Skip to content

Commit 8ebdd2c

Browse files
committed
fix: change position
1 parent 342fdbf commit 8ebdd2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/containers/post/PostViewer.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ const PostViewer: React.FC<PostViewerProps> = ({
546546
}
547547
sideAd={shouldShowAds ? <SideAd /> : undefined}
548548
/>
549+
{shouldShowAds ? <NarrowAd /> : null}
549550
{/* {shouldShowBanner ? (
550551
<PostBanner customAd={customAd} isDisplayAd={true} />
551552
) : null} */}
@@ -571,7 +572,7 @@ const PostViewer: React.FC<PostViewerProps> = ({
571572
/>
572573
</UserProfileWrapper>
573574
<LinkedPostList linkedPosts={post.linked_posts} />
574-
{shouldShowAds ? <NarrowAd /> : null}
575+
575576
{/* {shouldShowFooterBanner ? (
576577
<PostBanner isDisplayAd={true} customAd={customAd} />
577578
) : null} */}

0 commit comments

Comments
 (0)