Skip to content

Commit 4c02daa

Browse files
committed
Show related post to every post
1 parent be70366 commit 4c02daa

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-
[post.user.username === 'velopert' <RelatedPost />}
370+
<RelatedPost />
371371
<PostComments
372372
count={post.comments_count}
373373
comments={post.comments}

0 commit comments

Comments
 (0)