chore: removed sufficient if

This commit is contained in:
Davinci 2024-05-13 09:52:07 +02:00
parent 0cdb5c2136
commit 1fbc2414fe

View File

@ -125,9 +125,7 @@ export const ProfilePage = () => {
const getLud16 = () => {
let lud16 = ''
if (npub) {
if (npub) lud16 = `${npub}@npub.cash`
}
return lud16
}