mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue