Updated on 2026-08-14
This commit is contained in:
parent
4afbb72f6d
commit
9a6b9f4b82
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue