diff options
-rw-r--r-- | src/view/com/notifications/Feed.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/notifications/Feed.tsx b/src/view/com/notifications/Feed.tsx index 78dcd2fa8..d3a911f2a 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 style={{flex: 1}}> - {view.isLoading && !view.isRefreshing && ( + {view.isLoading && !view.isRefreshing && !view.hasContent && ( <NotificationFeedLoadingPlaceholder /> )} {view.hasError && ( |