Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonLim8890 authored Feb 25, 2024
1 parent bf64e26 commit abd5379
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ export const AddCourseModal: React.FC<AddCourseModalProps> = ({
const [isLoadingSelectCourse, setIsLoadingSelectCourse] = useState(false);
const [selectedNUPaths, setSelectedNUPaths] = useState<NUPathEnum[]>([]);

// TODO search with empty query

const {
courses,
isLoading: isCourseSearchLoading,
Expand Down

0 comments on commit abd5379

Please sign in to comment.