fix popup amount shift

This commit is contained in:
andrewprog97 2023-11-28 13:18:09 +03:00
parent cc5b432de7
commit be3876efe0

View file

@ -158,7 +158,7 @@ function Transaction() {
return (
<div className="transaction__indexes__popup">
<h3>
Global Index mixins({popupIndexes.length}) for amount {Utils.toShiftedNumber(selectedInput?.amount || "0", 0)}
Global Index mixins({popupIndexes.length}) for amount {Utils.toShiftedNumber(amount, 12)}
</h3>
<div>
{popupIndexes.map(e =>