Skip to content

Commit

Permalink
removed old link on draggable component
Browse files Browse the repository at this point in the history
  • Loading branch information
denniwang committed Sep 29, 2024
1 parent 9e09e25 commit d40fe98
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/frontend/components/ScheduleCourse/ScheduleCourse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -371,17 +371,6 @@ const ScheduleCourseDraggedContents: React.FC<
{`${courseToString(scheduleCourse)} `}
</span>
<span>{scheduleCourse.name}</span>
<br></br>
{scheduleCourse != null && (
<a //hehe year and season hardcoded :D how to get course context?
href={getSearchLink(2022, SeasonEnum.FL, scheduleCourse)}
style={{ textDecorationLine: "underline" }}
target="_blank"
rel="noreferrer"
>
Find on NUSearch!
</a>
)}
</p>
</div>
</div>
Expand Down

0 comments on commit d40fe98

Please sign in to comment.