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') }} -