Minor tweak
This commit is contained in:
parent
4f9460b8b2
commit
e0d7cbbaca
|
@ -62,7 +62,7 @@ const SendEmailConfirmationView = ({ navigation, route }: ISendEmailConfirmation
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<FormContainer theme={theme!} testID='send-email-confirmation-view'>
|
||||
<FormContainer theme={theme} testID='send-email-confirmation-view'>
|
||||
<FormContainerInner>
|
||||
<TextInput
|
||||
autoFocus
|
||||
|
|
Loading…
Reference in New Issue