We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342fdbf commit 8ebdd2cCopy full SHA for 8ebdd2c
src/containers/post/PostViewer.tsx
@@ -546,6 +546,7 @@ const PostViewer: React.FC<PostViewerProps> = ({
546
}
547
sideAd={shouldShowAds ? <SideAd /> : undefined}
548
/>
549
+ {shouldShowAds ? <NarrowAd /> : null}
550
{/* {shouldShowBanner ? (
551
<PostBanner customAd={customAd} isDisplayAd={true} />
552
) : null} */}
@@ -571,7 +572,7 @@ const PostViewer: React.FC<PostViewerProps> = ({
571
572
573
</UserProfileWrapper>
574
<LinkedPostList linkedPosts={post.linked_posts} />
- {shouldShowAds ? <NarrowAd /> : null}
575
+
576
{/* {shouldShowFooterBanner ? (
577
<PostBanner isDisplayAd={true} customAd={customAd} />
578
0 commit comments