From a468d1b79cd222f9c488b832e217779f8c3a3003 Mon Sep 17 00:00:00 2001 From: jessop Date: Wed, 15 Apr 2020 11:07:20 -0400 Subject: [PATCH] comment out sidebar ads for test --- 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 ce27b926a..84d1f9b17 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -9,7 +9,7 @@ import StickyBox from 'react-sticky-box/dist/esnext'; import Spinner from 'component/spinner'; import usePersistedState from 'effects/use-persisted-state'; // @if TARGET='web' -import Ads from 'lbrytv/component/ads'; +// import Ads from 'lbrytv/component/ads'; // @endif const SHOW_CHANNELS = 'SHOW_CHANNELS'; @@ -210,7 +210,7 @@ function SideNavigation(props: Props) { )} // @if TARGET='web' - {!isAuthenticated && !expanded && } + {/* {!isAuthenticated && !expanded && } commenting out sidebar ads for test */} // @endif );