From aef8e2eba7d9a4b455dce2bf14c7f9410cd7e0f3 Mon Sep 17 00:00:00 2001 From: Anthony Date: Mon, 13 Dec 2021 21:23:31 +0100 Subject: [PATCH] sidebar ad hiding fixed --- ui/component/sideNavigation/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index 777e94732..76221ed71 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -341,7 +341,7 @@ function SideNavigation(props: Props) { useEffect(() => { if (!window.Optanon) { - const gdprDiv = document.getElementById('gdprPrivacyFooter'); + const gdprDiv = document.getElementById('gdprSidebarLink'); if (gdprDiv) { gdprDiv.style.display = 'none'; } @@ -379,7 +379,7 @@ function SideNavigation(props: Props) {
  • -
  • +