fix missing plus symbol issue when there are unsupported currencies of sub accounts
This commit is contained in:
@@ -577,6 +577,10 @@ export const useAccountsStore = defineStore('accounts', {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (hasUnCalculatedAmount) {
|
||||
totalBalance += '+';
|
||||
}
|
||||
|
||||
return {
|
||||
balance: showAccountBalance ? totalBalance : '***',
|
||||
currency: resultCurrency
|
||||
|
||||
Reference in New Issue
Block a user