diff --git a/src/components/Dashboard.vue b/src/components/Dashboard.vue index 8a678e6..57538b7 100644 --- a/src/components/Dashboard.vue +++ b/src/components/Dashboard.vue @@ -4,7 +4,7 @@

Total amount: {{ totalAmount }}

Transaktonen

-
+
{{ transaction.title }} {{ transaction.positiv ? "+" : "-" }}{{ transaction.amount }}
@@ -16,10 +16,10 @@