mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-27 18:14:30 +01:00
fix: payjoin alert only show for onchain sends
This commit is contained in:
@@ -804,7 +804,7 @@ export function Send() {
|
||||
setChosenMethod={setSourceFromMethod}
|
||||
/>
|
||||
</Show>
|
||||
<Show when={payjoinEnabled()}>
|
||||
<Show when={payjoinEnabled() && source() === "onchain"}>
|
||||
<InfoBox accent="green">
|
||||
<p>{i18n.t("send.payjoin_send")}</p>
|
||||
</InfoBox>
|
||||
|
||||
Reference in New Issue
Block a user