fix: fix typescript problem

This commit is contained in:
VardanHakobyan
2021-06-07 21:14:33 +04:00
parent 7f11e25e63
commit ca5811a0f2

View File

@@ -573,7 +573,7 @@ const AccountMenu = observer(({ application, appState, closeAccountMenu }: Props
onChange={handleEmailChange} onChange={handleEmailChange}
placeholder='Email' placeholder='Email'
required required
spellCheck={false} spellcheck={false}
ref={emailInputRef} ref={emailInputRef}
/> />
<input className='sk-input contrast' <input className='sk-input contrast'