From be3876efe044c7c4d2b70ec8969a2b6f95bd8c5d Mon Sep 17 00:00:00 2001 From: andrewprog97 Date: Tue, 28 Nov 2023 13:18:09 +0300 Subject: [PATCH] fix popup amount shift --- src/pages/Transaction/Transaction.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Transaction/Transaction.tsx b/src/pages/Transaction/Transaction.tsx index 166b0df..09d9d23 100644 --- a/src/pages/Transaction/Transaction.tsx +++ b/src/pages/Transaction/Transaction.tsx @@ -158,7 +158,7 @@ function Transaction() { return (

- Global Index mixins({popupIndexes.length}) for amount {Utils.toShiftedNumber(selectedInput?.amount || "0", 0)} + Global Index mixins({popupIndexes.length}) for amount {Utils.toShiftedNumber(amount, 12)}

{popupIndexes.map(e =>