removed space

This commit is contained in:
Avinash Lingaloo
2022-04-20 18:04:19 +04:00
parent cc400482bd
commit efbccbb710

View File

@@ -88,7 +88,7 @@ const PostOptions = ({
{canMarkAsUnread && !isSystemPost &&
<MarkAsUnreadOption postId={post.id}/>
}
{ canCopyPermalink &&
{canCopyPermalink &&
<CopyPermalinkOption
post={post}
sourceScreen={sourceScreen}