Notifications: typofix

This commit is contained in:
Alex Gleason 2022-04-21 21:49:34 -05:00
parent d82133eea2
commit 0658c51058
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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 />