From fac320bfcef688c0d8e46011e9a4a1244046b8ab Mon Sep 17 00:00:00 2001 From: adisposkofh Date: Tue, 21 Apr 2026 11:20:38 +0200 Subject: [PATCH] minor fix --- public/js/apps/Dashboard/Fhc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/apps/Dashboard/Fhc.js b/public/js/apps/Dashboard/Fhc.js index 5d8686c72..9c55b5f17 100644 --- a/public/js/apps/Dashboard/Fhc.js +++ b/public/js/apps/Dashboard/Fhc.js @@ -233,7 +233,6 @@ const app = Vue.createApp({ renderers: null, }), components: {}, - inject: ["isMobile"], computed: { isMobile() { const smallScreen = window.matchMedia("(max-width: 767px)").matches;