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 {