Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-09 19:01:17 +05:00
parent d11aac4108
commit b5ef5e6c4b

View file

@ -104,7 +104,7 @@ internal class SendDestinationModel @Inject constructor(
),
)
val params = params as? SendDestinationComponentParams.DestinationBlockParams
if (params?.predefinedAddressValue != null && params.predefinedMemoValue != null) {
if (params?.predefinedAddressValue != null) {
_uiState.update(
SendDestinationPredefinedStateTransformer(
address = params.predefinedAddressValue,