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:
parent
90e0ced175
commit
c803f7454e
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue