mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Fixed first comment of a post nos showing until a refresh
fixes https://github.com/TryGhost/Team/issues/1748
This commit is contained in:
parent
5d844b2122
commit
648ecd6bae
@ -79,7 +79,7 @@ const CommentsBoxContent = (props) => {
|
||||
<CommentsBoxTitle title={title} showCount={showCount} count={commentsCount}/>
|
||||
<Pagination />
|
||||
<div className={!pagination ? 'mt-4' : ''}>
|
||||
{commentsCount > 0 && commentsElements}
|
||||
{commentsElements}
|
||||
</div>
|
||||
<div>
|
||||
{ !isEditing
|
||||
|
Loading…
Reference in New Issue
Block a user