diff --git a/client/src/components/Common/PublishedItem.vue b/client/src/components/Common/PublishedItem.vue index 7be9e46c5f98..b641ebf9be29 100644 --- a/client/src/components/Common/PublishedItem.vue +++ b/client/src/components/Common/PublishedItem.vue @@ -46,12 +46,12 @@ const pluralPath = computed(() => plural.value.toLowerCase()); const publishedByUser = computed(() => `/${pluralPath.value}/list_published?f-username=${owner.value}`); const urlAll = computed(() => `/${pluralPath.value}/list_published`); -const { showActivityBar, showToolbox } = usePanels(); +const { showToolbox } = usePanels();