diff --git a/frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue b/frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue
index 9bde154ae..6f7e3f466 100644
--- a/frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue
+++ b/frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue
@@ -33,24 +33,16 @@
{{ $t(`decay.${typeId.toLowerCase()}`) }}
-
- {{ amount | GDD }}
-
+ {{ amount | GDD }}
-
- {{ $t('decay.decay') }}
-
-
- {{ decay.decay | GDD }}
-
+ {{ $t('decay.decay') }}
+ {{ decay.decay | GDD }}
-
- {{ $t('decay.total') }}
-
+ {{ $t('decay.total') }}
{{ (Number(amount) + Number(decay.decay)) | GDD }}
diff --git a/frontend/src/components/DecayInformations/DecayInformation-Long.vue b/frontend/src/components/DecayInformations/DecayInformation-Long.vue
index fad50ddab..6a0b6a1c1 100644
--- a/frontend/src/components/DecayInformations/DecayInformation-Long.vue
+++ b/frontend/src/components/DecayInformations/DecayInformation-Long.vue
@@ -34,9 +34,7 @@
{{ $t('decay.decay') }}
-
- {{ decay.decay | GDD }}
-
+ {{ decay.decay | GDD }}
@@ -47,18 +45,12 @@
{{ $t(`decay.${typeId.toLowerCase()}`) }}
-
- {{ amount | GDD }}
-
+ {{ amount | GDD }}
-
- {{ $t('decay.decay') }}
-
-
- {{ decay.decay | GDD }}
-
+ {{ $t('decay.decay') }}
+ {{ decay.decay | GDD }}