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