diff --git a/app/soapbox/features/notifications/index.js b/app/soapbox/features/notifications/index.js index 69c698274..4437e47f8 100644 --- a/app/soapbox/features/notifications/index.js +++ b/app/soapbox/features/notifications/index.js @@ -156,16 +156,18 @@ class Notifications extends React.PureComponent { ? () : null; + const showLoading = isLoading && !notifications || notifications.isEmpty(); + const scrollContainer = ( isScrolling && this.handleScroll()} itemContent={(_index, notification) => ( - isLoading ? ( + showLoading ? ( ) : (