remove GDD filter

This commit is contained in:
Moriz Wahl 2022-11-12 14:40:48 +01:00
parent ae8f40ba85
commit 16a2ffca76

View File

@ -8,7 +8,7 @@
</span>
<span v-else-if="type === 'amount'">
<br />
{{ text | GDD }}
{{ `${$n(Number(text), 'decimal')} GDD` }}
</span>
<span v-else>{{ text }}</span>
</span>