tangled
alpha
login
or
join now
margin.at
/
margin
86
fork
atom
Write on the margins of the internet. Powered by the AT Protocol.
margin.at
extension
web
atproto
comments
86
fork
atom
overview
issues
4
pulls
1
pipelines
fix: check for colls first
Henrique Dias
1 month ago
d87f6ccc
9e318ddf
+2
-2
1 changed file
expand all
collapse all
unified
split
web
src
views
profile
Profile.tsx
+2
-2
web/src/views/profile/Profile.tsx
···
264
264
}, [profile?.did, did, activeTab]);
265
265
266
266
const loadMore = useCallback(async () => {
267
267
+
if (activeTab === "collections") return;
268
268
+
267
269
const isHandle = !did.startsWith("did:");
268
270
const resolvedDid = isHandle ? profile?.did : did;
269
271
if (!resolvedDid) return;
···
274
276
const capturedTab = activeTab;
275
277
setLoadingMore(true);
276
278
setLoadMoreError(null);
277
277
-
278
278
-
if (capturedTab === "collections") return;
279
279
280
280
try {
281
281
const res = await getFeed({