Skip to content

Commit

Permalink
Merge pull request #950 from khushaal-nandwani/signout
Browse files Browse the repository at this point in the history
signout functionality enabled in mobile view
  • Loading branch information
andrewtavis authored Sep 17, 2024
2 parents 96529e5 + 80554ce commit 80bac74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/components/header/HeaderMobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ import { DropdownLocation, SearchBarLocation } from "~/types/location";
const aboveMediumBP = useBreakpoint("md");
const userIsSignedIn = false;
const { userIsSignedIn } = useUser();
const isSearchExpanded = ref(false);
const toggleSearchExpanded = () => {
Expand Down

0 comments on commit 80bac74

Please sign in to comment.