Skip to content

Commit

Permalink
Page: PromoContent temporary commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
vithar committed May 26, 2019
1 parent f05613a commit becf77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Page/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Page = (data) => {
{/* <Sitemap className={cn('Page')('Sitemap')}/> */}

{page.type === 'promo' ?
<PromoContent mix={cn('Page')('Main')}/> :
{/*<PromoContent className={cn('Page')('Main')}/>*/} :
<>
<div className={cn('Page')('Menu')}>
<Nav className={cn('Page')('Nav')}/>
Expand Down

0 comments on commit becf77c

Please sign in to comment.