From 289ca9115ab97997a2e4d2b4e12c0418df5938e9 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 28 Feb 2022 20:28:27 +0100 Subject: [PATCH] restoring the transaction list --- frontend/src/components/DecayInformation.vue | 64 +++++----- .../src/views/Layout/DashboardLayout_gdd.vue | 10 +- frontend/src/views/Pages/AccountOverview.vue | 3 +- .../AccountOverview/GddTransactionList.vue | 111 ++++++++---------- .../Pages/UserProfileTransactionList.vue | 1 - 5 files changed, 90 insertions(+), 99 deletions(-) diff --git a/frontend/src/components/DecayInformation.vue b/frontend/src/components/DecayInformation.vue index 9da5e4b2c..066eec5e1 100644 --- a/frontend/src/components/DecayInformation.vue +++ b/frontend/src/components/DecayInformation.vue @@ -1,11 +1,11 @@