Skip to content

Commit

Permalink
fix: fix typescript problem
Browse files Browse the repository at this point in the history
  • Loading branch information
vardan-arm committed Jun 7, 2021
1 parent 7f11e25 commit ca5811a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/AccountMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ const AccountMenu = observer(({ application, appState, closeAccountMenu }: Props
onChange={handleEmailChange}
placeholder='Email'
required
spellCheck={false}
spellcheck={false}
ref={emailInputRef}
/>
<input className='sk-input contrast'
Expand Down

0 comments on commit ca5811a

Please sign in to comment.