feat: add transaction history to homepage (CAS-56) #137
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<h2 class="modal-heading">Transaktionen</h2>
|
<h2 class="modal-heading mb-0">Transaktionen</h2>
|
||||||
<p class="py-1 text-text-secondary mb-4">Hier siehst du alle vergangenen Einzahlungen</p>
|
<p class="pb-1 text-text-secondary mb-4">Hier siehst du alle vergangenen Einzahlungen</p>
|
||||||
@for (transaction of (transactionData$ | async)?.transactions; track null) {
|
@for (transaction of (transactionData$ | async)?.transactions; track null) {
|
||||||
<div class="flex justify-between items-center mb-4">
|
<div class="flex justify-between items-center mb-4">
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue