diff --git a/web/src/components/NavBar.vue b/web/src/components/NavBar.vue index d4f7ff8..de446f8 100644 --- a/web/src/components/NavBar.vue +++ b/web/src/components/NavBar.vue @@ -2,6 +2,7 @@ import { ref } from "vue"; const showSearch = ref(false); +const userProfileActions = ref(false);