Fixed first comment of a post nos showing until a refresh

fixes https://github.com/TryGhost/Team/issues/1748
This commit is contained in:
Simon Backx 2022-08-05 15:04:23 +02:00
parent 5d844b2122
commit 648ecd6bae

View File

@ -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