diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index d3d96d32e..777e94732 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -340,7 +340,7 @@ function SideNavigation(props: Props) { }, [sidebarOpen, setSidebarOpen, isAbsolute]); useEffect(() => { - if (!window.sp) { + if (!window.Optanon) { const gdprDiv = document.getElementById('gdprPrivacyFooter'); if (gdprDiv) { gdprDiv.style.display = 'none'; @@ -380,7 +380,7 @@ function SideNavigation(props: Props) {