Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ogerly committed Jun 27, 2024
1 parent 55ba018 commit 1decf98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/menu/TopMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ import MessageIndicator from '#components/menu/MessageIndicator.vue'
import NewsIndicator from '#components/menu/NewsIndicator.vue'
import TabControl from '#components/menu/TabControl.vue'
import UserInfo from '#components/menu/UserInfo.vue'
import ListWithNavigationDrawer from '#components/vuetify/Organisms/ListWithNavigationDrawer.vue'
import Circle from './CircleElement.vue'
import ListWithNavigationDrawer from '#components/vuetify/Organisms/ListWithNavigationDrawer.vue'
const drawer = ref(false)
const toggleDrawer = () => {
drawer.value = !drawer.value
Expand Down

0 comments on commit 1decf98

Please sign in to comment.