diff --git a/src/context/WalletProvider/WalletProvider.tsx b/src/context/WalletProvider/WalletProvider.tsx index 68f3ea68806..7b5923da73f 100644 --- a/src/context/WalletProvider/WalletProvider.tsx +++ b/src/context/WalletProvider/WalletProvider.tsx @@ -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({