mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-29 19:14:19 +01:00
don't show warnings if it's a swap
This commit is contained in:
@@ -365,6 +365,7 @@ export default function Swap() {
|
||||
setAmountSats={setAmountSats}
|
||||
fee={feeEstimate()?.toString()}
|
||||
isAmountEditable={true}
|
||||
skipWarnings={true}
|
||||
/>
|
||||
<Show when={amountWarning() && amountSats() > 0n}>
|
||||
<InfoBox accent={"red"}>{amountWarning()}</InfoBox>
|
||||
|
||||
Reference in New Issue
Block a user