From 6fba79207f72630a12c202417254e6ec4e38aff1 Mon Sep 17 00:00:00 2001 From: Wan Qi Chen <495709+wa0x6e@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:45:06 +0400 Subject: [PATCH 1/2] fix: allow space avatar edition on testnet --- src/components/SettingsProfileBlock.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/SettingsProfileBlock.vue b/src/components/SettingsProfileBlock.vue index 4852afe6ecd1..46813867c167 100644 --- a/src/components/SettingsProfileBlock.vue +++ b/src/components/SettingsProfileBlock.vue @@ -24,7 +24,7 @@ const avatarNotReactive = ref(form.value.avatar); {{ $t('settings.avatar') }}
From 7952572155cdf2a362eb0807e55f3a7bbdb81ee4 Mon Sep 17 00:00:00 2001 From: Wan Qi Chen <495709+wa0x6e@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:45:06 +0400 Subject: [PATCH 2/2] fix: allow space avatar edition on testnet --- 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') }}