Skip to content

Commit

Permalink
fix: fix missing call
Browse files Browse the repository at this point in the history
  • Loading branch information
steff456 committed Dec 11, 2023
1 parent 89a1497 commit 3c5ce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/course-outline/section-card/SectionCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const SectionCard = forwardRef(({
const opacity = isDragging ? 0 : 1;
drag(drop(moveRef));

const sectionStatus = getSectionStatus({
const sectionStatus = getItemStatus({
published,
releasedToStudents,
visibleToStaffOnly,
Expand Down

0 comments on commit 3c5ce0d

Please sign in to comment.