mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Lint and changelog.
This commit is contained in:
parent
4cebf12bb5
commit
683651e75d
@ -152,7 +152,7 @@ function shortenBalance (balance, decimalsToKeep = 1) {
|
||||
} else if (convertedBalance < 1) {
|
||||
var stringBalance = convertedBalance.toString()
|
||||
if (stringBalance.split('.')[1].length > 3) {
|
||||
return convertedBalance.toFixed(3);
|
||||
return convertedBalance.toFixed(3)
|
||||
} else {
|
||||
return stringBalance
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user