Skip to content

Commit

Permalink
fix: fix missing account modal on editor page (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Nov 4, 2024
1 parent fe5d64d commit e2277d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/components/Layout/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ router.afterEach(() => {
{ '!flex app-sidebar-open': uiStore.sideMenuOpen }
]"
/>
<AppTopnav v-if="hasTopNav" :has-app-nav="hasAppNav">
<AppTopnav :has-app-nav="hasAppNav" :class="{ hidden: !hasTopNav }">
<template #toggle-sidebar-button>
<button
v-if="hasSwipeableContent"
Expand Down

0 comments on commit e2277d5

Please sign in to comment.