fix popup amount shift
This commit is contained in:
parent
cc5b432de7
commit
be3876efe0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 =>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue