Tiny quick tweak to reply, needs more though
This commit is contained in:
parent
70e435ccb3
commit
32010e5a6d
@ -53,7 +53,7 @@ const Comment = (props) => {
|
||||
</div>
|
||||
</div>
|
||||
{isInReplyMode &&
|
||||
<div className={`ml-14 mt-8 ${!hasReplies ? 'mb-8' : ''}`}>
|
||||
<div className={`ml-14 mt-8`}>
|
||||
<ReplyForm />
|
||||
</div>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user