Leftovers from the previous commit
This commit is contained in:
@@ -28,7 +28,7 @@ const ExercisePicker: React.FC<ExercisePickerProps> = ({
|
||||
|
||||
const [pickerOpen, setPickerOpen] = useState(false);
|
||||
|
||||
if (section === undefined) return;
|
||||
if (section === undefined) return <></>;
|
||||
|
||||
const { state, selectedExercises } = section;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user