Skip to content

Commit

Permalink
fix: new identity name input can't be focus (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwencheng authored May 26, 2020
1 parent 4d9e046 commit d880c81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/IdentityNew.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ function IdentityNew({
testID={testIDs.IdentityNew.nameInput}
value={accounts.getNewIdentity().name}
placeholder="Identity Name"
focus={false}
/>
{isRecover ? renderRecoverView() : renderCreateView()}
</KeyboardScrollView>
Expand Down

0 comments on commit d880c81

Please sign in to comment.