Closed ravern closed 4 days ago
After adding modules to my Special Term timetable, they do not show up in the Today page.
Steps to reproduce the behavior:
The module appears on the today page, just like how regular semester modules do.
Seems tangential to #3757.
https://github.com/nusmodifications/nusmods/blob/6588b48768449247e7d6a6c98e25755136c32f1d/website/src/utils/timetables.ts#L362-L364
This should be isEqual(current, startOfDay(date))
isEqual(current, startOfDay(date))
https://github.com/nusmodifications/nusmods/blob/6588b48768449247e7d6a6c98e25755136c32f1d/website/src/utils/timetables.ts#L362-L364 This should be isEqual(current, startOfDay(date))
fixed in https://github.com/nusmodifications/nusmods/pull/3814/commits/a43106ac9fd1c17f4de4a571ee57b1b5238df322
Fixed in #3814
Describe the bug
After adding modules to my Special Term timetable, they do not show up in the Today page.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The module appears on the today page, just like how regular semester modules do.
Screenshots
Desktop (please complete the following information):
Additional context
Seems tangential to #3757.