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 =>