Skip to content

Commit

Permalink
feat: add schedule view
Browse files Browse the repository at this point in the history
  • Loading branch information
unewMe committed Sep 10, 2024
1 parent 140c47a commit 521f5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/createplan/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const CreatePlan = ({
<hr />
<div className="flex w-11/12 items-start overflow-x-auto md:ml-0">
<ScheduleTest
schedule={mondaySchedule}
schedule={plan.groups}
courses={plan.courses}
groups={plan.groups}
onClick={checkGroup}
Expand Down

0 comments on commit 521f5ee

Please sign in to comment.