diff --git a/src/eventButton.js b/src/eventButton.js index 7199b7e..0267637 100644 --- a/src/eventButton.js +++ b/src/eventButton.js @@ -16,7 +16,7 @@ const EventButton = (obj) => { } else if (obj.name == "Bond") { eventSpecificInfo =
-

Bond: {obj.data.delegator} delegated {obj.data.bondedAmount / 1000000000000000000} LPT from {obj.data.oldDelegate} to {obj.data.newDelegate}

+

{obj.data.delegator} delegated {obj.data.bondedAmount / 1000000000000000000} LPT from {obj.data.oldDelegate} to {obj.data.newDelegate}

} else if (obj.name == "Rebond") { eventSpecificInfo =
@@ -32,11 +32,11 @@ const EventButton = (obj) => {
} else if (obj.name == "TranscoderUpdate") { eventSpecificInfo =
-

Reward: O {obj.data.transcoder} changed their rewardCut to {obj.data.rewardCut} and their feeShare to {obj.data.feeShare}

+

O {obj.data.transcoder} changed their rewardCut to {obj.data.rewardCut} and their feeShare to {obj.data.feeShare}

} else if (obj.name == "TranscoderActivated") { eventSpecificInfo =
-

Reward: O {obj.data.transcoder} activated and will become active in {obj.data.activationRound}

+

O {obj.data.transcoder} activated and will become active in {obj.data.activationRound}

} else { console.log(obj);