Skip to content

Commit

Permalink
fix: allows wrong network modal to be closed
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodressel authored and mmpetarpeshev committed Jul 29, 2024
1 parent d0b01a0 commit c4fef3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ export default createStore({
await dispatch('modals/open', {
name: 'show-error',
message: `Network ${newNetworkId} is not supported, please switch to Testnet`,
resolve: null,
});
} else {
if (networkId !== newNetworkId) {
Expand Down

0 comments on commit c4fef3f

Please sign in to comment.