[Glitch] Fix loading indicator inconsistency
Port 3cecf3e5b9
to glitch-soc
This commit is contained in:
@@ -187,6 +187,7 @@ export default class Notifications extends React.PureComponent {
|
||||
scrollKey={`notifications-${columnId}`}
|
||||
trackScroll={!pinned}
|
||||
isLoading={isLoading}
|
||||
showLoading={isLoading && notifications.size === 0}
|
||||
hasMore={hasMore}
|
||||
emptyMessage={emptyMessage}
|
||||
onLoadMore={this.handleLoadOlder}
|
||||
|
Reference in New Issue
Block a user