website/src/views/timetable/TimetableDay.tsx
Function TimetableDay
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const TimetableDay: React.FC<Props> = (props) => {
const { startingIndex, endingIndex, verticalMode, highlightPeriod } = props;
const columns = endingIndex - startingIndex;
const size = 100 / (columns / (NUM_INTERVALS_PER_HOUR * 2));