diff --git a/frontend/src/components/transactions/Index.vue b/frontend/src/components/transactions/Index.vue index 9b81473418..c34dff9dda 100644 --- a/frontend/src/components/transactions/Index.vue +++ b/frontend/src/components/transactions/Index.vue @@ -153,7 +153,7 @@ export default { this.getTransactionList(); }, jumpToPage: function (event) { - // console.log('noticed a change!'); + console.log('noticed a change in transactions/index.vue!'); this.currentPage = event.page; this.downloadTransactionList(event.page); }, diff --git a/frontend/src/components/transactions/TransactionListLarge.vue b/frontend/src/components/transactions/TransactionListLarge.vue index 6ec5b4b09a..5babbfb8b5 100644 --- a/frontend/src/components/transactions/TransactionListLarge.vue +++ b/frontend/src/components/transactions/TransactionListLarge.vue @@ -70,10 +70,10 @@ {{ data.item.description }} -
+
-     {{ split.description }}
+     {{ split.description }}
@@ -89,11 +89,11 @@ {{ Intl.NumberFormat(locale, {style: 'currency', currency: data.item.currency_code}).format(data.item.amount) }} -
+
- {{ Intl.NumberFormat(locale, {style: 'currency', currency: split.currency_code}).format(split.amount) }}
+ {{ Intl.NumberFormat(locale, {style: 'currency', currency: split.currency_code}).format(split.amount) }}
@@ -103,29 +103,31 @@