diff --git a/src/components/notification/view/notificationView.tsx b/src/components/notification/view/notificationView.tsx index 6b3282784..887b65e7c 100644 --- a/src/components/notification/view/notificationView.tsx +++ b/src/components/notification/view/notificationView.tsx @@ -196,7 +196,7 @@ class NotificationView extends PureComponent { _notifications && _notifications.length > 0 ? ( item.title + index} + keyExtractor={(item, index) => `${item.id}-${index}`} onEndReached={() => getActivities(selectedFilter, true)} ListFooterComponent={this._renderFooterLoading} ListEmptyComponent={}