Skip to content

Commit

Permalink
fix(schedules): 2nd assignment not showing in living as christians part
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Sep 25, 2023
1 parent a180425 commit e0961f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/schedules/ScheduleAssignment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ const ScheduleAssignment = ({ edit }) => {
setStu4B(pocketRole ? scheduleData.ass4_stu_B_dispName : scheduleData.ass4_stu_B);
setAss4B(pocketRole ? scheduleData.ass4_ass_B_dispName : scheduleData.ass4_ass_B);
if (sourceData.mwb_lc_count_override) setLcCount(sourceData.mwb_lc_count_override);
if (!sourceData.mwb_lc_count_override) setLcCount(sourceData.lcCount);
if (!sourceData.mwb_lc_count_override) setLcCount(sourceData.mwb_lc_count);
if (sourceData.mwb_lc_part1_time_override) {
setLcPart1Time(sourceData.mwb_lc_part1_time_override);
setLcPart1Src(sourceData.mwb_lc_part1_override);
Expand Down

0 comments on commit e0961f3

Please sign in to comment.