diff --git a/packages/app/src/handles.ts b/packages/app/src/handles.ts index 4171bb5..e59904c 100644 --- a/packages/app/src/handles.ts +++ b/packages/app/src/handles.ts @@ -57,7 +57,9 @@ export const fetchHandles = async (nip05s: string[]) => { ) for (const {handle: nip05, info} of res?.data || []) { - handlesByNip05.set(nip05, info) + if (info) { + handlesByNip05.set(nip05, info) + } } } else { const results = await Promise.all(