Skip to content

Commit

Permalink
Odd bug in computed.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Dec 29, 2023
1 parent 86c7f88 commit 571b87b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composables/useNavbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export function useNavbar() {
const route = useRoute()

return (
route &&
route.path !== '/browse' &&
route.path !== '/chitchat' &&
route.path !== '/myposts' &&
Expand Down

0 comments on commit 571b87b

Please sign in to comment.