Skip to content

Commit

Permalink
Support for checkmarked courses in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
yijen-sun committed Nov 19, 2023
1 parent c60efae commit 0e94710
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ const SectionRequirement: React.FC<SidebarRequirementProps> = ({
id: dndIdPrefix + "-" + courseKey,
}}
isInSidebar
// TODO: isChecked is for when the requirement is added to the plan and validated. When true, this will render a checkmark.
isChecked={false}
isDisabled={false}
/>
Expand Down

0 comments on commit 0e94710

Please sign in to comment.