Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-31 11:37:36 +04:00
parent 4afbb72f6d
commit 9a6b9f4b82

View file

@ -204,7 +204,7 @@ internal class DefaultSwapComponent @AssistedInject constructor(
userWalletId = params.userWalletId,
cryptoCurrencyStatus = fromCryptoCurrency,
feeCryptoCurrencyStatus = feeCryptoCurrency,
amount = permissionState.amount,
amount = model.dataState.amount.orEmpty(),
spenderAddress = requireNotNull(model.dataState.approveDataModel).spenderAddress,
subtitle = resourceReference(
id = R.string.give_permission_swap_subtitle,