From 9ad3f2c8623040c41128fc1e923eebb0a5de451a Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Fri, 4 Mar 2022 01:24:38 +0100 Subject: [PATCH] Small layout tweaks --- src/eventButton.js | 2 +- src/orchestratorViewer.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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}

} else if (transactionName === "Activated") { if (hasBondTransaction) { diff --git a/src/orchestratorViewer.js b/src/orchestratorViewer.js index 9068eb3..e399ebc 100644 --- a/src/orchestratorViewer.js +++ b/src/orchestratorViewer.js @@ -39,7 +39,7 @@ const Orchestrator = (obj) => { return (
-
+
@@ -72,7 +72,7 @@ const Orchestrator = (obj) => { return (
- {delObj.id.substr(0, 6) + ".."} + {delObj.id.substr(0, 12) + "..."}

{parseFloat(delObj.bondedAmount).toFixed(2)} LPT since round {delObj.startRound}