fixed update
This commit is contained in:
@@ -147,7 +147,7 @@ setupPage()
|
||||
|
||||
<UButton
|
||||
@click="addAccount(account)"
|
||||
v-if="!dataStore.bankAccounts.find(i => i.accountId === account.id)"
|
||||
v-if="!bankaccounts.find(i => i.iban === account.iban)"
|
||||
>
|
||||
+ Konto
|
||||
</UButton>
|
||||
|
||||
Reference in New Issue
Block a user