diff --git a/app.vue b/app.vue index 92eaeadf..6bb6396c 100644 --- a/app.vue +++ b/app.vue @@ -6,14 +6,14 @@ provideGlobalCommands() // We want to trigger rerendering the page when account changes const key = computed(() => `${currentUser.value?.server ?? currentServer.value}:${currentUser.value?.account.id || ''}`) -const { params, path } = useRoute() +const { params } = useRoute() diff --git a/pages/home.vue b/pages/home.vue index 65cc1a7b..55827f2c 100644 --- a/pages/home.vue +++ b/pages/home.vue @@ -1,16 +1,16 @@