Notifications: typofix

revert-5af0e40a
Alex Gleason 2 years ago
parent d82133eea2
commit 0658c51058
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -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…
Cancel
Save