mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
[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