diff --git a/frontend/src/components/DecayInformation.vue b/frontend/src/components/DecayInformation.vue
index c18bfdb3c..760d3939d 100644
--- a/frontend/src/components/DecayInformation.vue
+++ b/frontend/src/components/DecayInformation.vue
@@ -53,39 +53,6 @@
-
-
-
-
{{ $t('decay.calculation_decay') }}
-
-
-
-
{{ $t('decay.Starting_block_decay') }} :
-
- {{ $t('decay.decay_introduced') }} : {{ $d($moment.unix(decay.decay_start), 'long') }}
-
-
-
-
{{ $t('decay.last_transaction') }}:
-
{{ $d($moment.unix(decay.decay_start), 'long') }} Uhr
-
-
- {{ $t('decay.past_time') }}
-
{{ $t('decay.since_introduction') }}
- :
-
{{ getDuration(decay.decay_end, decay.decay_start) }}
-
- {{ duration.years }} {{ $t('decay.year') }},
- {{ duration.months }} {{ $t('decay.months') }},
- {{ duration.days }} {{ $t('decay.days') }},
- {{ duration.hours }} {{ $t('decay.hours') }},
- {{ duration.minutes }} {{ $t('decay.minutes') }},
- {{ duration.seconds }} {{ $t('decay.seconds') }}
-
-
- {{ $t('decay.decay') }}:
-
{{ decay ? decay.balance + ' GDD' : '' }}
-