diff --git a/src/stores/settings/appearance.js b/src/stores/settings/appearance.js index 66775484..150f9a36 100644 --- a/src/stores/settings/appearance.js +++ b/src/stores/settings/appearance.js @@ -82,7 +82,7 @@ export const useAppearanceSettingsStore = defineStore( const isSideBarTabShow = computed(() => { const currentRouteName = router.currentRoute.value?.name; return !( - currentRouteName === 'friend' || + currentRouteName === 'friendLocation' || currentRouteName === 'friendList' || currentRouteName === 'charts' );