diff --git a/src/components/post/post.tsx b/src/components/post/post.tsx index 8fb371c9..93836512 100644 --- a/src/components/post/post.tsx +++ b/src/components/post/post.tsx @@ -154,9 +154,11 @@ const PostDesktop = ({ openReplyModal, post, roles, showAllReplies }: PostProps) )} - - [{t('reply')}] - + {!isInPostPage && ( + + [{t('reply')}] + + )}