diff --git a/frontend/src/app/feature/transaction-history/transaction-history.component.html b/frontend/src/app/feature/transaction-history/transaction-history.component.html index 73a5679..974964c 100644 --- a/frontend/src/app/feature/transaction-history/transaction-history.component.html +++ b/frontend/src/app/feature/transaction-history/transaction-history.component.html @@ -16,8 +16,8 @@ /> -
Hier siehst du alle vergangenen Einzahlungen
+Hier siehst du alle vergangenen Einzahlungen
@for (transaction of (transactionData$ | async)?.transactions; track null) {