Skip to content

Commit

Permalink
Small sidebar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpacaFur committed Mar 24, 2024
1 parent d692798 commit c903c33
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/frontend/components/Sidebar/SectionRequirement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,7 @@ const SectionRequirement: React.FC<SidebarRequirementProps> = ({
{requirement.exceptions.length > 0 && (
<>
except{" "}
{requirement.exceptions
.map(getCourseDisplayString)
.join(", ")
.slice(0, -1)}
{requirement.exceptions.map(getCourseDisplayString).join(", ")}
</>
)}
</Text>
Expand Down

0 comments on commit c903c33

Please sign in to comment.