diff --git a/src/components/SettingsProfileBlock.vue b/src/components/SettingsProfileBlock.vue index 4852afe6ecd1..3790aadf69ae 100644 --- a/src/components/SettingsProfileBlock.vue +++ b/src/components/SettingsProfileBlock.vue @@ -8,7 +8,6 @@ const props = defineProps<{ }>(); const { form, validationErrors, addRef } = useFormSpaceSettings(props.context); -const { env } = useApp(); const avatarNotReactive = ref(form.value.avatar); @@ -24,7 +23,7 @@ const avatarNotReactive = ref(form.value.avatar); {{ $t('settings.avatar') }}