diff --git a/src/view/com/posts/Feed.tsx b/src/view/com/posts/Feed.tsx index e0870220..726338f8 100644 --- a/src/view/com/posts/Feed.tsx +++ b/src/view/com/posts/Feed.tsx @@ -84,7 +84,7 @@ export const Feed = observer(function Feed({ ) return ( - {!data && } + {!data && } {feed.isLoading && !data && } {feed.hasError && (