minor fix

This commit is contained in:
adisposkofh
2026-04-21 11:20:38 +02:00
parent 6c2820f900
commit fac320bfce
-1
View File
@@ -233,7 +233,6 @@ const app = Vue.createApp({
renderers: null,
}),
components: {},
inject: ["isMobile"],
computed: {
isMobile() {
const smallScreen = window.matchMedia("(max-width: 767px)").matches;