Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments

fix: check for colls first

+2 -2
+2 -2
web/src/views/profile/Profile.tsx
··· 264 264 }, [profile?.did, did, activeTab]); 265 265 266 266 const loadMore = useCallback(async () => { 267 + if (activeTab === "collections") return; 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 - 278 - if (capturedTab === "collections") return; 279 279 280 280 try { 281 281 const res = await getFeed({