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 83a6e9e commit 912c535Copy full SHA for 912c535
src/containers/post/PostViewer.tsx
@@ -552,9 +552,9 @@ const PostViewer: React.FC<PostViewerProps> = ({
552
postId={post.id}
553
ownPost={post.user.id === userId}
554
/>
555
- {(shouldShowBanner || shouldShowFooterBanner) && !customAd ? (
+ {/* {(shouldShowBanner || shouldShowFooterBanner) && !customAd ? (
556
<JobPositions category={category} />
557
- ) : null}
+ ) : null} */}
558
559
{showRecommends ? (
560
<RelatedPost postId={post.id} showAds={post?.user.id !== userId} />
0 commit comments