mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-16 04:34:28 +01:00
Fix editing amount on receive screen
This commit is contained in:
committed by
Paul Miller
parent
f3ef3140bb
commit
97591ee2b1
@@ -175,6 +175,8 @@ export function Receive() {
|
||||
setUnified("");
|
||||
setPaymentTx(undefined);
|
||||
setPaymentInvoice(undefined);
|
||||
setError("");
|
||||
setFlavor(state.preferredInvoiceType);
|
||||
}
|
||||
|
||||
function openDetailsModal() {
|
||||
@@ -352,7 +354,7 @@ export function Receive() {
|
||||
<DefaultMain>
|
||||
<Show when={receiveState() === "show"} fallback={<BackLink />}>
|
||||
<BackButton
|
||||
onClick={() => setReceiveState("edit")}
|
||||
onClick={() => clearAll()}
|
||||
title={i18n.t("receive.edit")}
|
||||
showOnDesktop
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user