Skip to content

Commit

Permalink
fix: the bug zach found
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Dec 8, 2021
1 parent 3418f06 commit b7931d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/navigation/SidebarNavigation.vue
Expand Up @@ -149,6 +149,6 @@ const mainStore = useMainStore()

const route = useRoute()

const navIsAlwaysCollapsed = computed(() => route.meta?.navBarExpanded !== false)
const navIsAlwaysCollapsed = computed(() => route.meta?.navBarExpandedAllowed !== false)

</script>

0 comments on commit b7931d2

Please sign in to comment.