diff --git a/src/views/components/injected/CourseCatalogInjectedPopup/Description.tsx b/src/views/components/injected/CourseCatalogInjectedPopup/Description.tsx index 422bc858..f00688af 100644 --- a/src/views/components/injected/CourseCatalogInjectedPopup/Description.tsx +++ b/src/views/components/injected/CourseCatalogInjectedPopup/Description.tsx @@ -56,7 +56,9 @@ export default function Description({ course }: DescriptionProps): JSX.Element { return ( <> {status === LoadStatus.ERROR && ( - Please refresh the page and log back in using your UT EID and password. + + Please refresh the page and log back in using your UT EID and password. + )} {/* TODO (achadaga): would be nice to have a new spinner here */} {status === LoadStatus.LOADING && }