Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-27 16:30:17 +05:00
parent 3ca8a415cd
commit 9fe1b22210

View file

@ -39,9 +39,11 @@ fun SendAmountContent(
amountState = amountState,
clickIntents = clickIntents,
extraContent = {
SendConvertTokenButton(
onConvertToAnother = clickIntents::onConvertToAnotherToken,
).takeIf { isSendWithSwapAvailable }
if (isSendWithSwapAvailable) {
SendConvertTokenButton(
onConvertToAnother = clickIntents::onConvertToAnotherToken,
)
}
},
)
SpacerH(16.dp)