fix: Ein Abgleich darf natürlich nicht die Seiten blockieren.
This commit is contained in:
@@ -13,7 +13,6 @@ import Footer from "@/components/footer/Footer";
|
||||
import { store } from "@/redux/store";
|
||||
import Script from "next/script";
|
||||
import DeviceEventsBridge from "@/components/common/DeviceEventsBridge";
|
||||
import GlobalActivityOverlay from "@/components/common/GlobalActivityOverlay";
|
||||
import { usePathname } from "next/navigation";
|
||||
|
||||
// Thunks importieren
|
||||
@@ -162,10 +161,6 @@ function AppContent({
|
||||
)}
|
||||
<Component {...pageProps} />
|
||||
<ToastContainer position="top-right" autoClose={3000} />
|
||||
{/* Hide global overlay on kabelueberwachung page so only per-slot overlays show */}
|
||||
{pathnameHook?.includes("kabelueberwachung") ? null : (
|
||||
<GlobalActivityOverlay />
|
||||
)}
|
||||
</main>
|
||||
</div>
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user