Fix notification fetch abort condition

This commit is contained in:
Paul Frazee
2023-04-11 21:42:39 -07:00
parent e27cd65bb9
commit 866a5da0f0
2 changed files with 4 additions and 3 deletions
-1
View File
@@ -70,7 +70,6 @@ export const NotificationsScreen = withAuthRequired(
onScroll={onMainScroll}
scrollElRef={scrollElRef}
/>
{store.me.notifications.hasNewLatest &&
!store.me.notifications.isRefreshing && (
<LoadLatestBtn onPress={onPressLoadLatest} label="notifications" />