mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-18 14:54:26 +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"}
|
||||
kind={flavor()}
|
||||
/>
|
||||
<p class="text-center text-m-grey-350">
|
||||
{i18n.t("receive.keep_mutiny_open")}
|
||||
</p>
|
||||
<Show when={flavor() === "lightning"}>
|
||||
<p class="text-center text-m-grey-350">
|
||||
{i18n.t("receive.keep_mutiny_open")}
|
||||
</p>
|
||||
</Show>
|
||||
</Match>
|
||||
<Match when={receiveState() === "paid"}>
|
||||
<SuccessModal
|
||||
|
||||
Reference in New Issue
Block a user