diff --git a/src/views/components/injected/CourseCatalogInjectedPopup/HeadingAndActions.tsx b/src/views/components/injected/CourseCatalogInjectedPopup/HeadingAndActions.tsx index 6b69e1c9..c979e96f 100644 --- a/src/views/components/injected/CourseCatalogInjectedPopup/HeadingAndActions.tsx +++ b/src/views/components/injected/CourseCatalogInjectedPopup/HeadingAndActions.tsx @@ -130,8 +130,8 @@ export default function HeadingAndActions({ course, activeSchedule, onClose }: H
- {instructors.length > 0 && ( - + {instructors.length > 0 ? ( + with{' '} {instructors .map(instructor => ( @@ -146,6 +146,10 @@ export default function HeadingAndActions({ course, activeSchedule, onClose }: H )) .flatMap((el, i) => (i === 0 ? [el] : [', ', el]))} + ) : ( + + (No instructor has been provided) + )}
{flags.map((flag: string) => (