diff --git a/src/pages/profile/index.tsx b/src/pages/profile/index.tsx index 4ca9a4b..d444a60 100644 --- a/src/pages/profile/index.tsx +++ b/src/pages/profile/index.tsx @@ -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` return lud16 }