diff --git a/src/components/LeftMenu.vue b/src/components/LeftMenu.vue index 8839bd030..5f6cb5a27 100644 --- a/src/components/LeftMenu.vue +++ b/src/components/LeftMenu.vue @@ -55,10 +55,6 @@ function addChildren(module, route, parent) { } } -const pinnedItems = computed(() => { - return items.value.filter((item) => item.isPinned); -}); - const items = ref([]); function getRoutes() { if (props.source === 'main') { @@ -117,46 +113,14 @@ async function togglePinned(item, event) {