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>
|
||||
|
||||
<Card
|
||||
{/* <Card
|
||||
iconColor
|
||||
className="section"
|
||||
title={<span>{__('%lbc_received% LBC Earned', { lbc_received: stats.AllLBCReceived })}</span>}
|
||||
|
@ -165,7 +165,7 @@ export default function CreatorAnalytics(props: Props) {
|
|||
</p>
|
||||
</React.Fragment>
|
||||
}
|
||||
/>
|
||||
/> */}
|
||||
|
||||
{stats.VideoURITopNew ? (
|
||||
<Card
|
||||
|
|
Loading…
Reference in a new issue