From f42f631fadb6e53b696ac24c007e21fe4ddc9f4b Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Wed, 11 Sep 2024 19:33:43 -0600 Subject: [PATCH] updates --- nextjs/src/app/NewCourseForm.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ( -
+
)} -
+ ); }