mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-15 20:24:25 +01:00
Fix prettier
This commit is contained in:
committed by
Tony Giorgio
parent
ca916d5e20
commit
d03c1bfa44
@@ -607,7 +607,8 @@ export default {
|
||||
completed: "Swap Completed",
|
||||
too_small:
|
||||
"Invalid amount entered. You need to swap at least 100k sats.",
|
||||
sats_added: "+{{amount}} sats have been added to your Lightning balance",
|
||||
sats_added:
|
||||
"+{{amount}} sats have been added to your Lightning balance",
|
||||
sats_fee: "+{{amount}} sats fee",
|
||||
confirm_swap: "Confirm Swap",
|
||||
preview_swap: "Preview Swap Fee"
|
||||
|
||||
@@ -234,8 +234,8 @@ export function Send() {
|
||||
? sentDetails()?.txid
|
||||
: undefined
|
||||
: sentDetails()
|
||||
? sentDetails()?.payment_hash
|
||||
: undefined;
|
||||
? sentDetails()?.payment_hash
|
||||
: undefined;
|
||||
const kind = sentDetails()?.txid ? "OnChain" : "Lightning";
|
||||
|
||||
console.log("Opening details modal: ", paymentTxId, kind);
|
||||
|
||||
Reference in New Issue
Block a user