diff --git a/layers/components/layouts/EventNavigation.vue b/layers/components/layouts/EventNavigation.vue index ebf3bb4..361f8c4 100644 --- a/layers/components/layouts/EventNavigation.vue +++ b/layers/components/layouts/EventNavigation.vue @@ -54,7 +54,7 @@ const toggleEventNavigation = () => { onMounted(async () => { eventNavigationList.value = await getEventNavigation() - if (breakpoints.value.isMobile) { + if (!breakpoints.value.isAboveLg) { isEventNavigationOpen.value = false } })