diff --git a/frontend/pages/profile.vue b/frontend/pages/profile.vue index f721ec05..40083562 100644 --- a/frontend/pages/profile.vue +++ b/frontend/pages/profile.vue @@ -479,48 +479,6 @@ - - - - - {{ $t("profile.group_settings") }} - - {{ $t("profile.group_settings_sub") }} - - - - - - {{ $t("profile.currency_format") }} - { - const newCurrency = currencies?.find(c => c.code === event); - if (newCurrency) { - currency = newCurrency; - } - } - " - > - - - - - - {{ c.name }} - - - - {{ $t("profile.example") }}: {{ currencyExample }} - - - {{ $t("profile.update_group") }} - - - -
{{ $t("profile.example") }}: {{ currencyExample }}