comment out sidebar ads for test #3996

Merged
jessopb merged 1 commit from test-noSidebarAds into master 2020-04-15 18:46:28 +02:00

View file

@ -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) {
)}
</nav>
// @if TARGET='web'
{!isAuthenticated && !expanded && <Ads />}
{/* {!isAuthenticated && !expanded && <Ads />} commenting out sidebar ads for test */}
// @endif
</Wrapper>
);