diff --git a/SetForm.tsx b/SetForm.tsx index 0866e77e..7d46af49 100644 --- a/SetForm.tsx +++ b/SetForm.tsx @@ -90,12 +90,16 @@ export default function SetForm({ )} {workouts?.map((workout, index) => ( - - {workout} + + + {workout} + {index === workouts.length - 1 ? '.' : ', '} - + ))}