Updated on 2026-08-14
This commit is contained in:
parent
768422ea7c
commit
4829a73f9d
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ internal class TangemPayTxHistoryItemsConverter(
|
|||
private fun convertCollateral(
|
||||
collateral: TangemPayTxHistoryItem.Collateral,
|
||||
): TangemPayTransactionState.Content.Collateral {
|
||||
val amount = StringsSigns.MINUS + collateral.amount.format {
|
||||
val amount = StringsSigns.PLUS + collateral.amount.format {
|
||||
fiat(fiatCurrencyCode = collateral.currency.currencyCode, fiatCurrencySymbol = collateral.currency.symbol)
|
||||
}
|
||||
return TangemPayTransactionState.Content.Collateral(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue