Skip to content

Commit

Permalink
fix: prompting invalid ledger app (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeh0w authored Dec 20, 2024
1 parent dc57fe2 commit 64cac62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ApproveAction/GenericApprovalScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export function GenericApprovalScreen() {
}, [requestId, updateAction, isUsingLedgerWallet, isUsingKeystoneWallet]);

// Make the user switch to the correct app or close the window
useLedgerDisconnectedDialog(handleRejection);
useLedgerDisconnectedDialog(handleRejection, undefined, network);

if (!action || !displayData) {
return <LoadingOverlay />;
Expand Down

0 comments on commit 64cac62

Please sign in to comment.