Skip to content

Commit

Permalink
Update apps/wallet-mobile/src/features/SetupWallet/useCases/CreateWal…
Browse files Browse the repository at this point in the history
…let/WalletDetailsScreen.tsx

Signed-off-by: Juliano Lazzarotto <30806844+stackchain@users.noreply.github.com>
  • Loading branch information
stackchain committed Apr 23, 2024
1 parent 076af12 commit 9d29487
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export const WalletDetailsScreen = () => {
])

React.useEffect(() => {
if (showRestoreWalletInfoModal === true) showModalTipsPassword()
if (showRestoreWalletInfoModal) showModalTipsPassword()
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [showRestoreWalletInfoModal])

Expand Down

0 comments on commit 9d29487

Please sign in to comment.