Skip to content

Commit

Permalink
admin: Fix a wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Dec 18, 2024
1 parent 6b2a4ac commit 50cb34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin/app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function viewToggleFullNavigationBar (show?: boolean) {
viewShowFullNavigationBar.value = !viewShowFullNavigationBar.value
viewFullNavigationBarToggles.value++
}
else
else
if (viewShowFullNavigationBar.value !== show) {
viewShowFullNavigationBar.value = show
viewFullNavigationBarToggles.value++
Expand Down

0 comments on commit 50cb34f

Please sign in to comment.