From 399450af93a6ebd02faafdfce3d6a8744922da90 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 8 Feb 2022 15:30:33 +0100 Subject: [PATCH] remove collaps button from decay type transaction --- .../src/views/Pages/AccountOverview/GddTransactionList.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue index 91727ba39..5366865ca 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue @@ -34,7 +34,7 @@ v-if=" (type != 'decay' && decay) || firstTransaction || - (!firstTransaction && decay === null) + (type !== 'decay' && !firstTransaction && decay === null) " class="text-right" style="width: 95%; position: absolute" @@ -147,7 +147,10 @@ {{ $t('decay.first_transaction') }} -
+
{{ $t('decay.befor_startblock_transaction') }}