diff options
Diffstat (limited to 'src/view/com/post-thread/PostThread.tsx')
-rw-r--r-- | src/view/com/post-thread/PostThread.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index ba74ba6d8..cf52e8fa4 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -371,7 +371,7 @@ export function PostThread({ return ( <> <ListMaybePlaceholder - isLoading={!preferences || !thread} + isLoading={(!preferences || !thread) && !error} isError={!!error} onRetry={refetch} errorTitle={error?.title} |