Skip to content

Commit

Permalink
Update Notifier.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar-faifi authored May 4, 2024
1 parent b2f8c66 commit d1a825a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Notifier.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function Notifier(props) {
const [showSettings, setShowSettings] = useState(false);
const [msg, setMsg] = useState("");
const [department, setDepartment] = useState("ICS");
const [term, setTerm] = useState({ long: "202320", short: "232" });
const [term, setTerm] = useState({ long: "202330", short: "233" });
const [HasTrackingList, setHasTrackingList] = useState(false);
const [courseCards, setCourseCards] = useState(null);
const [gradCourses, setGradCourses] = useState(false);
Expand Down

0 comments on commit d1a825a

Please sign in to comment.