Fix missing error on PostThread (#3295)
This commit is contained in:
@@ -371,7 +371,7 @@ export function PostThread({
|
||||
return (
|
||||
<>
|
||||
<ListMaybePlaceholder
|
||||
isLoading={!preferences || !thread}
|
||||
isLoading={(!preferences || !thread) && !error}
|
||||
isError={!!error}
|
||||
onRetry={refetch}
|
||||
errorTitle={error?.title}
|
||||
|
||||
Reference in New Issue
Block a user