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;