diff --git a/nextjs/src/app/NewCourseForm.tsx b/nextjs/src/app/NewCourseForm.tsx index 1059512..5ddfd66 100644 --- a/nextjs/src/app/NewCourseForm.tsx +++ b/nextjs/src/app/NewCourseForm.tsx @@ -14,7 +14,7 @@ export default function NewCourseForm() { const [selectedDaysOfWeek, setSelectedDaysOfWeek] = useState([]); return ( -
+
)} -
+ ); }