mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-18 23:04:25 +01:00
remove "keep open" warning for on-chain receives
This commit is contained in:
committed by
benthecarman
parent
b99fb27a6e
commit
46262d8893
@@ -471,9 +471,11 @@ export function Receive() {
|
|||||||
amountSats={amount() ? amount().toString() : "0"}
|
amountSats={amount() ? amount().toString() : "0"}
|
||||||
kind={flavor()}
|
kind={flavor()}
|
||||||
/>
|
/>
|
||||||
<p class="text-center text-m-grey-350">
|
<Show when={flavor() === "lightning"}>
|
||||||
{i18n.t("receive.keep_mutiny_open")}
|
<p class="text-center text-m-grey-350">
|
||||||
</p>
|
{i18n.t("receive.keep_mutiny_open")}
|
||||||
|
</p>
|
||||||
|
</Show>
|
||||||
</Match>
|
</Match>
|
||||||
<Match when={receiveState() === "paid"}>
|
<Match when={receiveState() === "paid"}>
|
||||||
<SuccessModal
|
<SuccessModal
|
||||||
|
|||||||
Reference in New Issue
Block a user