diff --git a/frontend/src/components/Transaktion.vue b/frontend/src/components/Transaktion.vue new file mode 100644 index 000000000..c27aa7298 --- /dev/null +++ b/frontend/src/components/Transaktion.vue @@ -0,0 +1,103 @@ + + \ No newline at end of file diff --git a/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue index 8193717cf..d031f9c4f 100644 --- a/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue @@ -17,6 +17,7 @@ } in transactionsGdt" :key="transactionId" > +
@@ -162,6 +163,7 @@