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