diff --git a/src/eventButton.js b/src/eventButton.js index 39b41cd..5c03084 100644 --- a/src/eventButton.js +++ b/src/eventButton.js @@ -164,7 +164,7 @@ const EventButton = (obj) => { } else if (transactionName === "Withdraw") { eventSpecificInfo =
withdrew {(transactionAmount / 1000000000000000000).toFixed(2)} LPT in round {transactionWhen}
+withdrew {(transactionAmount).toFixed(2)} LPT in round {transactionWhen}