An ATproto social media client -- with an independent Appview.
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix missing error on `PostThread` (#3295)

authored by

Hailey and committed by
GitHub
4ff2bb7a eb0ee6ae

+1 -1
+1 -1
src/view/com/post-thread/PostThread.tsx
··· 371 371 return ( 372 372 <> 373 373 <ListMaybePlaceholder 374 - isLoading={!preferences || !thread} 374 + isLoading={(!preferences || !thread) && !error} 375 375 isError={!!error} 376 376 onRetry={refetch} 377 377 errorTitle={error?.title}