Updated on 2026-08-14
This commit is contained in:
parent
9eb7224194
commit
518183728d
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class OnWalletLoadedReducer {
|
|||
val tokenFiatAmount = tokenFiatRate?.let { tokenAmount.value?.toFiatString(it, fiatCurrencySymbol) }
|
||||
TokenData(
|
||||
tokenAmount.value?.toFormattedCurrencyString(
|
||||
tokenAmount.decimals, token.symbol
|
||||
token.decimals, token.symbol
|
||||
) ?: "",
|
||||
tokenAmount.currencySymbol, tokenFiatAmount
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue