comment out lbc earned

This commit is contained in:
Sean Yesmunt 2020-04-23 17:40:58 -04:00
parent 594bcea01f
commit 468051b2a1

View file

@ -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