chore: Update translations

This commit is contained in:
2023-09-14 12:35:37 +00:00
parent 0fa51dd7e5
commit 5960a5bf5f
4 changed files with 20 additions and 14 deletions

View File

@ -294,7 +294,15 @@ export default function ProfilePage() {
<SendSats
targets={
lnurl?.lnurl && id
? [{ type: "lnurl", value: lnurl?.lnurl, weight: 1, name: user?.display_name || user?.name, zap: { pubkey: id } } as ZapTarget]
? [
{
type: "lnurl",
value: lnurl?.lnurl,
weight: 1,
name: user?.display_name || user?.name,
zap: { pubkey: id },
} as ZapTarget,
]
: undefined
}
show={showLnQr}