Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
evan10s committed Oct 16, 2024
1 parent 559347d commit 320e95f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/components/nav/NavDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ const autoRenameBadge = computed(() => {
dot: true,
};
}
return {
show: false,
};
});
const navItems = computed(() => {
Expand Down

0 comments on commit 320e95f

Please sign in to comment.