experiments(dui3): minor change

This commit is contained in:
Dimitrie Stefanescu
2023-07-18 14:25:36 +01:00
parent 738b2a001c
commit ec08aef74a
@@ -60,7 +60,7 @@ export function useAccountsSetup(): DUIAccountsState {
accounts.value = newAccs
}
;(async () => await refreshAccounts())()
void refreshAccounts() // Promise that we do not want to await (convention with void)
const defaultAccount = computed(() =>
accounts.value.find((acc) => acc.accountInfo.isDefault)