Removed comment for loading in Notifications
• Removed: - comment for loading in Notifications
This commit is contained in:
parent
60f6900df7
commit
776b02f6b2
@ -170,7 +170,7 @@ class Notifications extends ImmutablePureComponent {
|
|||||||
<ScrollableList
|
<ScrollableList
|
||||||
scrollKey='notifications'
|
scrollKey='notifications'
|
||||||
isLoading={isLoading}
|
isLoading={isLoading}
|
||||||
showLoading={true /*(isLoading && sortedNotifications.size === 0) || changedTabs*/}
|
showLoading={isLoading && sortedNotifications.size === 0) || changedTabs}
|
||||||
hasMore={hasMore}
|
hasMore={hasMore}
|
||||||
emptyMessage={<FormattedMessage id='empty_column.notifications' defaultMessage="You don't have any notifications yet. Interact with others to start the conversation." />}
|
emptyMessage={<FormattedMessage id='empty_column.notifications' defaultMessage="You don't have any notifications yet. Interact with others to start the conversation." />}
|
||||||
onLoadMore={this.handleLoadOlder}
|
onLoadMore={this.handleLoadOlder}
|
||||||
|
Loading…
Reference in New Issue
Block a user