fix: when decrypting file, have better error messages #17

Merged
b merged 11 commits from issue-11 into main 2024-05-14 15:09:01 +00:00
Showing only changes of commit 1fbc2414fe - Show all commits

View File

@ -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
Outdated
Review

second if is uncessary

second if is uncessary
return lud16
}