Skip to content

Commit d5029bb

Browse files
committed
Show related post in only velopert account
1 parent 051ed28 commit d5029bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/post/PostViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ const PostViewer: React.FC<PostViewerProps> = ({
367367
/>
368368
</UserProfileWrapper>
369369
<LinkedPostList linkedPosts={post.linked_posts} />
370-
<RelatedPost />
370+
[post.user.username === 'velopert' <RelatedPost />}
371371
<PostComments
372372
count={post.comments_count}
373373
comments={post.comments}

0 commit comments

Comments
 (0)