Skip to content

Commit

Permalink
fix(schedule): disable search queries in shopping cart
Browse files Browse the repository at this point in the history
  • Loading branch information
Waver-Velvet committed Sep 13, 2024
1 parent 404828b commit db6239b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/schedule/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export default function Home() {
<SisParserDialog callback={submitSisParserDialog} term={term} />
<hr className="mt-2" />
<WindowVirtualizer>
{queryResult
{searchCourses(term, "")
.filter((it) => it.classes.length)
.filter((it) =>
it.classes.some((section) =>
Expand Down

0 comments on commit db6239b

Please sign in to comment.