Skip to content

Commit

Permalink
fix: import dead click on wallet modal (#8555)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeOMakinG authored Jan 13, 2025
1 parent b991c5d commit fe90497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/WalletProvider/WalletProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ export const WalletProvider = ({ children }: { children: React.ReactNode }): JSX
payload: { modalType: type, isMipdProvider: false },
})
const routeIndex = findIndex(SUPPORTED_WALLETS[type]?.routes, ({ path }) =>
String(path).endsWith('import'),
String(path).endsWith('import-select'),
)
if (routeIndex > -1) {
dispatch({
Expand Down

0 comments on commit fe90497

Please sign in to comment.