Skip to content

Commit

Permalink
fix: do not show network mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveVodrazka committed Jun 27, 2024
1 parent 3b18601 commit 933489a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/walletEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const walletNetworkChangeHandlerFactory =
}

// network mismatch - open the dialog
openNetworkMismatchDialog();
// openNetworkMismatchDialog();
};

type EventList = {
Expand Down

0 comments on commit 933489a

Please sign in to comment.