Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-10 10:27:35 +05:00
commit f6445778e6

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,