diff --git a/BestList.tsx b/BestList.tsx index eef96b8..b9199bb 100644 --- a/BestList.tsx +++ b/BestList.tsx @@ -65,11 +65,7 @@ export default function BestList() { description="Once sets have been added, this will highlight your personal bests." /> ) : ( - + )} ); diff --git a/EditPlan.tsx b/EditPlan.tsx index b8c4169..c7c364b 100644 --- a/EditPlan.tsx +++ b/EditPlan.tsx @@ -87,8 +87,8 @@ export default function EditPlan() { ); return ( - - + + Days {DAYS.map(day => ( - + + ) : ( set.id?.toString() || ''} diff --git a/SetList.tsx b/SetList.tsx index 55423c3..8521a4e 100644 --- a/SetList.tsx +++ b/SetList.tsx @@ -95,7 +95,7 @@ export default function SetList() { ) : ( s.id!.toString()} onEndReached={next} diff --git a/WorkoutList.tsx b/WorkoutList.tsx index 41dca82..bda6b3d 100644 --- a/WorkoutList.tsx +++ b/WorkoutList.tsx @@ -88,7 +88,7 @@ export default function WorkoutList() { ) : ( w.name} onEndReached={next}