fixed update

This commit is contained in:
2025-04-19 21:11:54 +02:00
parent 0d8f403058
commit 0272c9434c

View File

@@ -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>