From a2ff0182f6d7b6d5a52f0809c2bcaf93c1c52743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Mon, 7 Oct 2024 12:58:21 +0200 Subject: [PATCH] Fix linting for Niko --- .../Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue b/client/src/components/Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue index 94b463149b65..db83a673e7ad 100644 --- a/client/src/components/Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue +++ b/client/src/components/Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue @@ -66,7 +66,6 @@ const emit = defineEmits<{ const { config, isConfigLoaded } = useConfig(); const userStore = useUserStore(); -const { isAdmin } = storeToRefs(userStore); const { datatypes } = useDetailedDatatypes();