From 3201bd928fc7c6e0413f199eebacb7b14b9a72ee Mon Sep 17 00:00:00 2001 From: Wan <495709+wa0x6e@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:34:15 +0900 Subject: [PATCH] fix: allow space avatar edition on testnet (#4909) * fix: allow space avatar edition on testnet * fix: allow space avatar edition on testnet --------- Co-authored-by: Chaitanya --- src/components/SettingsProfileBlock.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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') }}