From 0658c51058d43a185b5364ab97df13fa4ffaf1cc Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 21 Apr 2022 21:49:34 -0500 Subject: [PATCH] Notifications: typofix --- app/soapbox/features/notifications/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/notifications/index.js b/app/soapbox/features/notifications/index.js index 2ec4c652c..69c698274 100644 --- a/app/soapbox/features/notifications/index.js +++ b/app/soapbox/features/notifications/index.js @@ -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 ? (