Skip to content

Commit

Permalink
resolves Planner.tsx merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
saidarsht committed Oct 8, 2023
1 parent 8cd04ea commit 50b558a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/planner/Planner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default function Planner({
originData.course,
);
}
// from semester to sidebar drag and drop delete
// from semester to sidebar drag and drop deletion
if (originData.from === 'semester-tile' && destinationData.to === 'sidebar-tile') {
handleRemoveCourseFromSemester(originData.semester, originData.course);
}
Expand Down

0 comments on commit 50b558a

Please sign in to comment.