diff --git a/src/store/modules/wallets/wallets-actions.ts b/src/store/modules/wallets/wallets-actions.ts index dae97b46a..01b84c9ce 100644 --- a/src/store/modules/wallets/wallets-actions.ts +++ b/src/store/modules/wallets/wallets-actions.ts @@ -5,7 +5,6 @@ import { mapWallets } from '@/store/modules/wallets/utils' export const actions: ActionTree = { initWalletsSymbols({ dispatch }): void { - dispatch('checkWalletsOrderBeforeInit') const walletSymbols: CoinSymbol[] = mapWallets() dispatch('setWalletSymbols', walletSymbols) },