0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed secundaryFormCount debug counter visible

no issue
This commit is contained in:
Simon Backx 2022-08-31 13:29:23 +02:00
parent 90e0ced175
commit c803f7454e

View file

@ -84,7 +84,6 @@ const CommentsBoxContent = (props) => {
{commentsElements}
</div>
<div>
{secundaryFormCount}
{!hasOpenSecundaryForms
? (member ? (isPaidMember || !paidOnly ? <Form commentsCount={commentCount} /> : <CTABox isFirst={pagination?.total === 0} isPaid={paidOnly} />) : <CTABox isFirst={pagination?.total === 0} isPaid={paidOnly} />)
: null