Skip to content

Commit

Permalink
ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Feb 17, 2024
1 parent 496931f commit 7782179
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions static/js/redux/ui/Semesterly.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,7 @@ const Semesterly = () => {

const monthIndex: number = curDate.getMonth();

return `${
months[monthIndex]
} ${curDay}${dayEnding}, ${curDate.getFullYear()}`;
return `${months[monthIndex]} ${curDay}${dayEnding}, ${curDate.getFullYear()}`;
};

const mobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
Expand Down

0 comments on commit 7782179

Please sign in to comment.