mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
update text of broadcaster stats
This commit is contained in:
parent
1b41a3d964
commit
1bb86ce587
@ -116,7 +116,7 @@ const WinnerMonth = (obj) => {
|
|||||||
width={620}
|
width={620}
|
||||||
height={620}
|
height={620}
|
||||||
innerRadius={50}
|
innerRadius={50}
|
||||||
labelRadius={140}
|
labelRadius={130}
|
||||||
cornerRadius={3}
|
cornerRadius={3}
|
||||||
colorScale={[
|
colorScale={[
|
||||||
"#282678",
|
"#282678",
|
||||||
@ -196,7 +196,7 @@ const WinnerMonth = (obj) => {
|
|||||||
width={620}
|
width={620}
|
||||||
height={620}
|
height={620}
|
||||||
innerRadius={50}
|
innerRadius={50}
|
||||||
labelRadius={140}
|
labelRadius={130}
|
||||||
cornerRadius={3}
|
cornerRadius={3}
|
||||||
colorScale={[
|
colorScale={[
|
||||||
"#282678",
|
"#282678",
|
||||||
@ -274,7 +274,7 @@ const WinnerMonth = (obj) => {
|
|||||||
width={620}
|
width={620}
|
||||||
height={620}
|
height={620}
|
||||||
innerRadius={50}
|
innerRadius={50}
|
||||||
labelRadius={140}
|
labelRadius={130}
|
||||||
cornerRadius={3}
|
cornerRadius={3}
|
||||||
colorScale={[
|
colorScale={[
|
||||||
"#282678",
|
"#282678",
|
||||||
@ -426,7 +426,7 @@ const WinnerMonth = (obj) => {
|
|||||||
}
|
}
|
||||||
{obj.data.winningTicketsReceivedCount ?
|
{obj.data.winningTicketsReceivedCount ?
|
||||||
<div className="rowAlignLeft">
|
<div className="rowAlignLeft">
|
||||||
<p className="darkTextSmoll">🎫 {obj.data.winningTicketsReceivedCount} winning tickets were sent out worth {obj.data.winningTicketsReceivedSum.toFixed(2)} ETH</p>
|
<p className="darkTextSmoll">🎫 {obj.data.winningTicketsReceivedCount} winning tickets were sent out by {obj.data.winningTicketsSent.length} broadcasters</p>
|
||||||
</div> : null
|
</div> : null
|
||||||
}
|
}
|
||||||
{obj.data.winningTicketsRedeemedCount ?
|
{obj.data.winningTicketsRedeemedCount ?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user