From 46fe591fa72ef017eea7cfb8aa37d12d8f223926 Mon Sep 17 00:00:00 2001 From: Samuel Gunter <29130894+Samathingamajig@users.noreply.github.com> Date: Tue, 7 Oct 2025 18:28:41 -0500 Subject: [PATCH] fix: whitespace wrapping in semester warning (#629) --- .../CourseCatalogInjectedPopup/HeadingAndActions.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/components/injected/CourseCatalogInjectedPopup/HeadingAndActions.tsx b/src/views/components/injected/CourseCatalogInjectedPopup/HeadingAndActions.tsx index 38879a94..e66a3914 100644 --- a/src/views/components/injected/CourseCatalogInjectedPopup/HeadingAndActions.tsx +++ b/src/views/components/injected/CourseCatalogInjectedPopup/HeadingAndActions.tsx @@ -175,12 +175,12 @@ export default function HeadingAndActions({ course, activeSchedule, onClose }: H description: ( <> The section you're adding is for{' '} - + {course.semester.season} {course.semester.year} , but your current schedule contains sections in{' '} - {activeSemesters}. Mixing semesters in one - schedule may cause confusion. + {activeSemesters}. Mixing + semesters in one schedule may cause confusion. ), buttons: dialogButtons,