diff --git a/src/store/wallet.ts b/src/store/wallet.ts index c0764c3..2fb60e3 100644 --- a/src/store/wallet.ts +++ b/src/store/wallet.ts @@ -28,6 +28,7 @@ export const useWalletStore = defineStore("wallet", () => { syncFundingBalances(); syncTradingBalances(); syncBankAccounts(); + syncSupportBanks(); } async function syncTotalAssetValue() {