diff --git a/web/components/UserProfile.ce.vue b/web/components/UserProfile.ce.vue index 5466c6ee3..5b8e02c37 100644 --- a/web/components/UserProfile.ce.vue +++ b/web/components/UserProfile.ce.vue @@ -36,7 +36,7 @@ const { state, connectPluginInstalled, } = storeToRefs(serverStore); -const { bannerGradient, theme, altTheme } = storeToRefs(useThemeStore()); +const { bannerGradient, theme } = storeToRefs(useThemeStore()); const hideDropdown = computed(() => state.value === 'PRO' && !connectPluginInstalled.value); @@ -105,11 +105,7 @@ onBeforeMount(() => {