From 103ae5587db24c064570716b0eeefbf0235bf663 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Tue, 29 Aug 2023 11:22:15 +1200 Subject: [PATCH] Add missing keyExtractors --- GraphsList.tsx | 1 + StartPlan.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/GraphsList.tsx b/GraphsList.tsx index 52f9c9f..c7a1dd4 100644 --- a/GraphsList.tsx +++ b/GraphsList.tsx @@ -93,6 +93,7 @@ export default function GraphsList() { style={{ flex: 1 }} renderItem={renderItem} data={bests} + keyExtractor={(set) => set.name} onEndReached={next} /> )} diff --git a/StartPlan.tsx b/StartPlan.tsx index 0b451d0..7bd7a5f 100644 --- a/StartPlan.tsx +++ b/StartPlan.tsx @@ -201,6 +201,7 @@ export default function StartPlan() { {counts && ( count.name} renderItem={(props) => (