From 66c24a96bd9792874bf68151337be1a6a8a64984 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Thu, 29 Sep 2022 13:42:19 +1300 Subject: [PATCH] Fix missing key in workouts for SetForm --- SetForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SetForm.tsx b/SetForm.tsx index b828449..14ecfa7 100644 --- a/SetForm.tsx +++ b/SetForm.tsx @@ -109,7 +109,7 @@ export default function SetForm({ {workouts.length > 0 && !!settings.workouts && ( {workouts.map((workout, index) => ( - +