mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -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}
|
{commentsElements}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
{secundaryFormCount}
|
|
||||||
{!hasOpenSecundaryForms
|
{!hasOpenSecundaryForms
|
||||||
? (member ? (isPaidMember || !paidOnly ? <Form commentsCount={commentCount} /> : <CTABox isFirst={pagination?.total === 0} isPaid={paidOnly} />) : <CTABox isFirst={pagination?.total === 0} isPaid={paidOnly} />)
|
? (member ? (isPaidMember || !paidOnly ? <Form commentsCount={commentCount} /> : <CTABox isFirst={pagination?.total === 0} isPaid={paidOnly} />) : <CTABox isFirst={pagination?.total === 0} isPaid={paidOnly} />)
|
||||||
: null
|
: null
|
||||||
|
|
Loading…
Add table
Reference in a new issue