Skip to content

Commit

Permalink
Removed today
Browse files Browse the repository at this point in the history
  • Loading branch information
joonshakya committed Jan 29, 2024
1 parent eaa09f7 commit 37cdb67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ExamRoutine.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default function ExamRoutine({ examType, sem, subtitle, title }) {
) : null}

<TableCell sx={tCellStyles} align="center">
{new Date(
{/* {new Date(
exam.date + " GMT+5:45"
).toDateString() === todayDate.toDateString() ? (
<div
Expand All @@ -219,7 +219,7 @@ export default function ExamRoutine({ examType, sem, subtitle, title }) {
>
Tom.
</div>
) : null}
) : null} */}
{exam.day}
</TableCell>
{exam.time ? (
Expand Down
File renamed without changes.

0 comments on commit 37cdb67

Please sign in to comment.