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