diff --git a/src/components/iep/Iep.tsx b/src/components/iep/Iep.tsx index 64dee60b..447040e3 100644 --- a/src/components/iep/Iep.tsx +++ b/src/components/iep/Iep.tsx @@ -43,7 +43,7 @@ const Iep = ({ iep_id }: IepProps) => { } return ( - +

Goals ({goals?.length ?? 0})

diff --git a/src/pages/students/[student_id].tsx b/src/pages/students/[student_id].tsx index bb3d241d..34c2569b 100644 --- a/src/pages/students/[student_id].tsx +++ b/src/pages/students/[student_id].tsx @@ -123,12 +123,12 @@ const ViewStudentPage = () => { return ( { > Cancel - {/* */} +
)} @@ -223,7 +223,7 @@ const ViewStudentPage = () => { {viewState === VIEW_STATES.EDIT ? ( -
+ { /> - + {/* */}