From dd3797fd84f1398c25c7147c60ad1c8f05ddef4b Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 11 Feb 2022 10:36:32 +0100 Subject: [PATCH] remove unused files and code --- .../Pages/AccountOverview/GddTransactionList.vue | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue index a104bbae6..73373c4b0 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue @@ -28,16 +28,6 @@ :key="transactionId" :style="type === 'decay' ? 'background-color:#f1e0ae3d' : ''" > - -
import PaginationButtons from '../../../components/PaginationButtons' import DecayInformation from '../../../components/DecayInformation' -import Transaction from '../../../components/Transaction.vue' const iconsByType = { send: { icon: 'arrow-left-circle', classes: 'text-danger', operator: '-' }, @@ -205,7 +194,6 @@ export default { components: { PaginationButtons, DecayInformation, - Transaction, }, data() { return {