diff --git a/src/components/eventButton.js b/src/components/eventButton.js index decde2b..4c07c60 100644 --- a/src/components/eventButton.js +++ b/src/components/eventButton.js @@ -140,7 +140,7 @@ const EventButton = (obj) => { ]} /> } else if (eventFrom === eventTo) { eventFrom = ""; - eventDescription = } else { diff --git a/src/pages/stats.js b/src/pages/stats.js index 0b2c099..4159755 100644 --- a/src/pages/stats.js +++ b/src/pages/stats.js @@ -74,7 +74,7 @@ const Stats = (obj) => { summary += "📉 " + data.unbondCount + " delegators unbonded " + data.unbondStakeSum.toLocaleString({ maximumFractionDigits: 1 }) + " LPT \r\n"; } if (data.withdrawStakeCount) { - summary += "💸 " + data.withdrawStakeAmountSum.toLocaleString({ maximumFractionDigits: 1 }) + " LPT worth of stake were withdrawn to the accounts of delegators \r\n"; + summary += "💸 " + data.withdrawStakeAmountSum.toLocaleString({ maximumFractionDigits: 1 }) + " LPT worth of stake was withdrawn to the accounts of delegators \r\n"; } if (data.withdrawFeesCount) { summary += "💸 " + data.withdrawFeesAmountSum.toLocaleString({ maximumFractionDigits: 3 }) + " ETH worth of transcoding fees were withdrawn to the accounts of delegators \r\n"; @@ -156,7 +156,7 @@ const Stats = (obj) => { } if (stakeList.length) { - summary += "\r\nThe percentage of stake excludes non-transcoding orchestrators)\r\n"; + summary += "\r\n(The percentage of stake excludes non-transcoding orchestrators)\r\n"; } copyLink(summary);