Skip to content

Commit

Permalink
hotfix: link DID issue is fixed. (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorbani-m authored Jan 18, 2023
1 parent 80a25c5 commit fff522a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/box/src/screens/InitialSetup/LinkPassword.screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const LinkPasswordScreen = () => {
) : (
<FxButton
size="large"
disabled={!password}
disabled={!passwordInput}
onPress={handleLinkPassword}
>
{linking ? 'Canncel' : 'Link Password'}
Expand Down

0 comments on commit fff522a

Please sign in to comment.