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 );