From 1ac462b21a11ba111f1846cb2b74f978bd65c843 Mon Sep 17 00:00:00 2001 From: Daisy Kucharski <83257720+daisykucharski@users.noreply.github.com> Date: Sun, 12 Nov 2023 15:13:43 -0500 Subject: [PATCH] standardize requirement rendering (#657) --- packages/frontend-v2/components/Sidebar/SectionRequirement.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend-v2/components/Sidebar/SectionRequirement.tsx b/packages/frontend-v2/components/Sidebar/SectionRequirement.tsx index 75693f490..3657d5240 100644 --- a/packages/frontend-v2/components/Sidebar/SectionRequirement.tsx +++ b/packages/frontend-v2/components/Sidebar/SectionRequirement.tsx @@ -87,7 +87,7 @@ const SectionRequirement: React.FC = ({ return (
- Complete one of the following: + Complete 1 of the following: {requirement.courses.map((course, index) => (