comment out lbc earned
This commit is contained in:
parent
594bcea01f
commit
468051b2a1
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ export default function CreatorAnalytics(props: Props) {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Card
|
{/* <Card
|
||||||
iconColor
|
iconColor
|
||||||
className="section"
|
className="section"
|
||||||
title={<span>{__('%lbc_received% LBC Earned', { lbc_received: stats.AllLBCReceived })}</span>}
|
title={<span>{__('%lbc_received% LBC Earned', { lbc_received: stats.AllLBCReceived })}</span>}
|
||||||
|
@ -165,7 +165,7 @@ export default function CreatorAnalytics(props: Props) {
|
||||||
</p>
|
</p>
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
}
|
}
|
||||||
/>
|
/> */}
|
||||||
|
|
||||||
{stats.VideoURITopNew ? (
|
{stats.VideoURITopNew ? (
|
||||||
<Card
|
<Card
|
||||||
|
|
Loading…
Add table
Reference in a new issue