Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-07 11:52:34 +04:00
commit 7378429e90
3 changed files with 76 additions and 11 deletions

View file

@ -91,7 +91,6 @@ internal class MarketsTokenItemConverter(
private fun TokenMarket.getCurrentPrice(prev: TokenMarket? = null): MarketsListItemUM.Price {
val prevPrice = prev?.tokenQuotesShort?.currentPrice
val priceText = tokenQuotesShort.currentPrice.format {
fiat(
fiatCurrencyCode = appCurrency.code,