diff --git a/src/view/com/notifications/Feed.tsx b/src/view/com/notifications/Feed.tsx index 78dcd2fa..d3a911f2 100644 --- a/src/view/com/notifications/Feed.tsx +++ b/src/view/com/notifications/Feed.tsx @@ -32,7 +32,7 @@ export const Feed = observer(function Feed({ } return ( - {view.isLoading && !view.isRefreshing && ( + {view.isLoading && !view.isRefreshing && !view.hasContent && ( )} {view.hasError && (