tangled
alpha
login
or
join now
flo-bit.dev
/
blento
22
fork
atom
your personal website on atproto - mirror
blento.app
22
fork
atom
overview
issues
1
pulls
pipelines
fix profile loading issue when no blento profile
Florian
1 week ago
d325f20a
f2ae4591
+1
-1
1 changed file
expand all
collapse all
unified
split
src
lib
atproto
methods.ts
+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
134
-
hasBlento: Boolean(blentoProfile.value),
134
134
+
hasBlento: Boolean(blentoProfile?.value),
135
135
url: blentoProfile?.value?.url as string | undefined
136
136
};
137
137
}