Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jennethydyrova committed Sep 3, 2024
1 parent 88fea42 commit e107c56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/composables/useMenuEntriesState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ const useMenuEntriesState = () => {
const organizationEntries = ref([
createMenuEntry("_global.about", "organizations", `${IconMap.ABOUT}`),
createMenuEntry("_global.events", "organizations", `${IconMap.EVENT}`),
createMenuEntry("composables.use_menu_entries_state.groups", "organizations", `${IconMap.GROUP}`),
createMenuEntry(
"composables.use_menu_entries_state.groups",
"organizations",
`${IconMap.GROUP}`
),
createMenuEntry(
"_global.resources",
"organizations",
Expand Down

0 comments on commit e107c56

Please sign in to comment.