Skip to content

Commit 912c535

Browse files
committed
fix: remove job positions
1 parent 83a6e9e commit 912c535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/containers/post/PostViewer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,9 @@ const PostViewer: React.FC<PostViewerProps> = ({
552552
postId={post.id}
553553
ownPost={post.user.id === userId}
554554
/>
555-
{(shouldShowBanner || shouldShowFooterBanner) && !customAd ? (
555+
{/* {(shouldShowBanner || shouldShowFooterBanner) && !customAd ? (
556556
<JobPositions category={category} />
557-
) : null}
557+
) : null} */}
558558

559559
{showRecommends ? (
560560
<RelatedPost postId={post.id} showAds={post?.user.id !== userId} />

0 commit comments

Comments
 (0)