Skip to content

Commit

Permalink
Merge pull request #1135 from spencerckhuang/develop
Browse files Browse the repository at this point in the history
linting fix
  • Loading branch information
JiaqiWang18 authored Sep 22, 2024
2 parents b373618 + 10b700f commit c6ac669
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions static/js/redux/ui/Semesterly.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const Semesterly = () => {
"November",
"December",
];

const curDay: number = curDate.getDate();
const dateEnding: string = dayToDayEnding(curDay);
const monthIndex: number = curDate.getMonth();
Expand All @@ -182,7 +182,7 @@ const Semesterly = () => {
default:
return "th";
}
}
};

const mobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
navigator.userAgent
Expand Down Expand Up @@ -220,8 +220,7 @@ const Semesterly = () => {
{cal}
<footer className="timetable-footer navbar no-print">
<p className="data-last-updated no-print">
Data last updated:{" "}
{toLocalDate()}
Data last updated: {toLocalDate()}
</p>
<ul className="nav nav-pills no-print">
<li className="footer-button" role="presentation">
Expand Down

0 comments on commit c6ac669

Please sign in to comment.