Removed comment for loading in Notifications

• Removed:
- comment for loading in Notifications
This commit is contained in:
mgabdev 2020-07-29 15:53:02 -05:00
parent 776b02f6b2
commit c66d05df36

View File

@ -170,7 +170,7 @@ class Notifications extends ImmutablePureComponent {
<ScrollableList
scrollKey='notifications'
isLoading={isLoading}
showLoading={isLoading && sortedNotifications.size === 0) || changedTabs}
showLoading={isLoading && sortedNotifications.size === 0 || changedTabs}
hasMore={hasMore}
emptyMessage={<FormattedMessage id='empty_column.notifications' defaultMessage="You don't have any notifications yet. Interact with others to start the conversation." />}
onLoadMore={this.handleLoadOlder}