mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Tiny quick tweak to reply, needs more though
This commit is contained in:
parent
70e435ccb3
commit
32010e5a6d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ const Comment = (props) => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{isInReplyMode &&
|
{isInReplyMode &&
|
||||||
<div className={`ml-14 mt-8 ${!hasReplies ? 'mb-8' : ''}`}>
|
<div className={`ml-14 mt-8`}>
|
||||||
<ReplyForm />
|
<ReplyForm />
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue