mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
fix WithdrawStake amount
This commit is contained in:
parent
a628f74841
commit
d443ad6a21
@ -28,7 +28,7 @@ const EventButton = (obj) => {
|
|||||||
</div>
|
</div>
|
||||||
} else if (obj.name == "WithdrawStake") {
|
} else if (obj.name == "WithdrawStake") {
|
||||||
eventSpecificInfo = <div className="row" style={{ backgroundColor: 'rgba(255, 0, 0, 0.3)' }}>
|
eventSpecificInfo = <div className="row" style={{ backgroundColor: 'rgba(255, 0, 0, 0.3)' }}>
|
||||||
<p>{obj.data.delegator} withdrew stake worth {obj.data.bondedAmount / 1000000000000000000} LPT in round {obj.data.withdrawRound}</p>
|
<p>{obj.data.delegator} withdrew stake worth {obj.data.amount / 1000000000000000000} LPT in round {obj.data.withdrawRound}</p>
|
||||||
</div>
|
</div>
|
||||||
} else if (obj.name == "Reward") {
|
} else if (obj.name == "Reward") {
|
||||||
eventSpecificInfo = <div className="row" style={{ backgroundColor: 'rgba(0, 179, 221, 0.3)' }}>
|
eventSpecificInfo = <div className="row" style={{ backgroundColor: 'rgba(0, 179, 221, 0.3)' }}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user