Skip to content

Commit

Permalink
feature(setup-wallet): display text when there are not suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed May 3, 2024
1 parent 282934e commit 366b24d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const MnemonicWordInput = React.forwardRef<MnemonicWordInputRef, MnemonicWordInp
selectWord: setWord,
focus: () => inputRef.current?.focus(),
}),
[setWord],
[],
)

const onSubmitEditing = React.useCallback(() => {
Expand Down

0 comments on commit 366b24d

Please sign in to comment.