chore: Update translations

This commit is contained in:
2023-09-12 21:58:37 +00:00
parent 3c88a228aa
commit 35b6261e12
99 changed files with 257 additions and 130 deletions

View File

@ -84,7 +84,7 @@ export class WebLNWallet implements LNWallet {
await window.webln?.makeInvoice({
amount: req.amount,
defaultMemo: req.memo,
})
}),
);
if (rsp) {
const invoice = prToWalletInvoice(rsp.paymentRequest);