diff --git a/BestList.tsx b/BestList.tsx index eef96b89..b9199bb3 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 b8c41693..c7c364b5 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 55423c3c..8521a4ef 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 41dca826..bda6b3d9 100644 --- a/WorkoutList.tsx +++ b/WorkoutList.tsx @@ -88,7 +88,7 @@ export default function WorkoutList() { ) : ( w.name} onEndReached={next}