fix: when decrypting file, have better error messages #17
@ -125,9 +125,7 @@ export const ProfilePage = () => {
|
||||
const getLud16 = () => {
|
||||
let lud16 = ''
|
||||
|
||||
if (npub) {
|
||||
if (npub) lud16 = `${npub}@npub.cash`
|
||||
}
|
||||
if (npub) lud16 = `${npub}@npub.cash`
|
||||
|
||||
m marked this conversation as resolved
Outdated
|
||||
return lud16
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user
second if is uncessary