your personal website on atproto - mirror blento.app

fix profile loading issue when no blento profile

+1 -1
+1 -1
src/lib/atproto/methods.ts
··· 131 131 handle: response?.handle, 132 132 displayName: blentoProfile?.value?.name || response?.displayName || response?.handle, 133 133 avatar: avatar as `${string}:${string}`, 134 - hasBlento: Boolean(blentoProfile.value), 134 + hasBlento: Boolean(blentoProfile?.value), 135 135 url: blentoProfile?.value?.url as string | undefined 136 136 }; 137 137 }