Skip to content

Commit

Permalink
Merge pull request #428 from petroly-initiative/ammar-faifi-patch-1
Browse files Browse the repository at this point in the history
Update Notifier.jsx
  • Loading branch information
ammar-faifi authored May 4, 2024
2 parents b2f8c66 + d1a825a commit 89e6437
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 89e6437

Please sign in to comment.