Notifications: typofix
This commit is contained in:
parent
d82133eea2
commit
0658c51058
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class Notifications extends React.PureComponent {
|
|||
data={isLoading ? Array(20).fill() : notifications.toArray()}
|
||||
startReached={this.handleScrollToTop}
|
||||
endReached={this.handleLoadOlder}
|
||||
isScrolling={isScrolling => isScrolling && this.handleScroll}
|
||||
isScrolling={isScrolling => isScrolling && this.handleScroll()}
|
||||
itemContent={(_index, notification) => (
|
||||
isLoading ? (
|
||||
<PlaceholderNotification />
|
||||
|
|
Loading…
Reference in a new issue