diff --git a/frontend/src/components/Sidebar/Configuration.vue b/frontend/src/components/Sidebar/Configuration.vue index b293ac81..25fe6c51 100644 --- a/frontend/src/components/Sidebar/Configuration.vue +++ b/frontend/src/components/Sidebar/Configuration.vue @@ -1,7 +1,5 @@ \ No newline at end of file + diff --git a/frontend/src/components/Sidebar/UserDropdown.vue b/frontend/src/components/Sidebar/UserDropdown.vue index 97d96fd7..99d037be 100644 --- a/frontend/src/components/Sidebar/UserDropdown.vue +++ b/frontend/src/components/Sidebar/UserDropdown.vue @@ -171,12 +171,12 @@ const userDropdownOptions = computed(() => { }, }, { - label: "Configuration", + label: 'Configuration', icon: Wrench, submenu: [ { component: markRaw(Configuration), - } + }, ], condition: () => { return userResource.data?.is_moderator