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()}
|
data={isLoading ? Array(20).fill() : notifications.toArray()}
|
||||||
startReached={this.handleScrollToTop}
|
startReached={this.handleScrollToTop}
|
||||||
endReached={this.handleLoadOlder}
|
endReached={this.handleLoadOlder}
|
||||||
isScrolling={isScrolling => isScrolling && this.handleScroll}
|
isScrolling={isScrolling => isScrolling && this.handleScroll()}
|
||||||
itemContent={(_index, notification) => (
|
itemContent={(_index, notification) => (
|
||||||
isLoading ? (
|
isLoading ? (
|
||||||
<PlaceholderNotification />
|
<PlaceholderNotification />
|
||||||
|
|
Loading…
Reference in a new issue