Skip to content

Commit

Permalink
remove "keep open" warning for on-chain receives
Browse files Browse the repository at this point in the history
  • Loading branch information
futurepaul committed May 31, 2024
1 parent b99fb27 commit 7461bb9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/routes/Receive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7461bb9

Please sign in to comment.