diff --git a/frontend/src/components/UI/TheAppBar.vue b/frontend/src/components/UI/TheAppBar.vue index bae7c89e9..1c556feb6 100644 --- a/frontend/src/components/UI/TheAppBar.vue +++ b/frontend/src/components/UI/TheAppBar.vue @@ -89,6 +89,7 @@ export default { data() { return { search: false, + isMobile: false, }; }, watch: { @@ -97,9 +98,9 @@ export default { }, }, computed: { - isMobile() { - return this.$vuetify.breakpoint.name === "xs"; - }, + // isMobile() { + // return this.$vuetify.breakpoint.name === "xs"; + // }, }, methods: { navigateFromSearch(slug) {