diff --git a/src/components/post/post-mobile/post-menu-mobile/post-menu-mobile.module.css b/src/components/post/post-mobile/post-menu-mobile/post-menu-mobile.module.css index 3f962756..02d261a2 100644 --- a/src/components/post/post-mobile/post-menu-mobile/post-menu-mobile.module.css +++ b/src/components/post/post-mobile/post-menu-mobile/post-menu-mobile.module.css @@ -10,6 +10,7 @@ font-weight: 700; font-size: 16px; height: 100%; + cursor: pointer; } .postMenu { diff --git a/src/components/post/post-mobile/post-mobile.tsx b/src/components/post/post-mobile/post-mobile.tsx index 61b19dc7..8f921abf 100644 --- a/src/components/post/post-mobile/post-mobile.tsx +++ b/src/components/post/post-mobile/post-mobile.tsx @@ -195,18 +195,18 @@ const PostMobile = ({ openReplyModal, post, roles, showAllReplies, showReplies = return (
- {showAllReplies && ( + {showReplies && (

)} -
+
{content && }
- {!isInPostView && !isInPendingPostView && ( + {!isInPostView && !isInPendingPostView && showReplies && (
{replyCount > 0 && `${replyCount} Replies`}