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