diff --git a/frontend/app/components/Session_/TimeTable/TimeTable.tsx b/frontend/app/components/Session_/TimeTable/TimeTable.tsx index 7b2fab76c..c6e3ea716 100644 --- a/frontend/app/components/Session_/TimeTable/TimeTable.tsx +++ b/frontend/app/components/Session_/TimeTable/TimeTable.tsx @@ -174,7 +174,7 @@ export default class TimeTable extends React.PureComponent { 'error color-red': !!row.isRed && row.isRed(), 'cursor-pointer': typeof onRowClick === 'function', [stl.activeRow]: activeIndex === index, - [stl.inactiveRow]: !activeIndex || index > activeIndex, + // [stl.inactiveRow]: !activeIndex || index > activeIndex, })} onClick={typeof onRowClick === 'function' ? () => onRowClick(row, index) : undefined} id="table-row"