Skip to content

Commit

Permalink
Merge pull request #656 from Adamant-im/fix/unknow-type-check-wallets…
Browse files Browse the repository at this point in the history
…-order

fix: [vuex] Unknown local action type: checkWalletsOrderBeforeInit
  • Loading branch information
bludnic authored Aug 5, 2024
2 parents 315b490 + 2bb9021 commit 79161d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/modules/wallets/wallets-actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { mapWallets } from '@/store/modules/wallets/utils'

export const actions: ActionTree<WalletsState, RootState> = {
initWalletsSymbols({ dispatch }): void {
dispatch('checkWalletsOrderBeforeInit')
const walletSymbols: CoinSymbol[] = mapWallets()
dispatch('setWalletSymbols', walletSymbols)
},
Expand Down

0 comments on commit 79161d8

Please sign in to comment.