Skip to content

Commit

Permalink
Fix tomorrow date
Browse files Browse the repository at this point in the history
  • Loading branch information
joonshakya committed Jan 27, 2024
1 parent 422078a commit eaa09f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ClassRoutine.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export default function ClassRoutine({ sem }) {
row.day === todayDayName ||
row.day === tomorrowDayName
),
...(todayDayName == "Fri" || todayDayName == "Sat"
...(todayDayName == "Fri"
? [classRoutine[sem][0]]
: []),
]
Expand Down

0 comments on commit eaa09f7

Please sign in to comment.