diff --git a/src/stores/account.js b/src/stores/account.js index bc6e170d..56b7cf5f 100644 --- a/src/stores/account.js +++ b/src/stores/account.js @@ -577,6 +577,10 @@ export const useAccountsStore = defineStore('accounts', { return null; } + if (hasUnCalculatedAmount) { + totalBalance += '+'; + } + return { balance: showAccountBalance ? totalBalance : '***', currency: resultCurrency