Skip to content

Commit

Permalink
fix: selector for isCustomRelativeDatesActive
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkarkera committed Jan 29, 2024
1 parent 9fcc846 commit 734b58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/course-outline/data/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export const getCurrentItem = (state) => state.courseOutline.currentItem;
export const getCurrentSection = (state) => state.courseOutline.currentSection;
export const getCurrentSubsection = (state) => state.courseOutline.currentSubsection;
export const getCourseActions = (state) => state.courseOutline.actions;
export const getCustomRelativeDatesActiveFlag = (state) => state.isCustomRelativeDatesActive;
export const getCustomRelativeDatesActiveFlag = (state) => state.courseOutline.isCustomRelativeDatesActive;

0 comments on commit 734b58b

Please sign in to comment.