#25 Отображение только времени в случае сгрупированных по дате лекций
This commit is contained in:
parent
50bf5b31b6
commit
f28c644da5
@ -453,7 +453,7 @@ const LessonList = () => {
|
||||
</Td>
|
||||
)}
|
||||
<Td textAlign="center">
|
||||
{dayjs(lesson.date).format('H:mm DD.MM.YY')}
|
||||
{dayjs(lesson.date).format(groupByDate ? 'HH:mm' : 'HH:mm DD.MM.YY')}
|
||||
</Td>
|
||||
<Td>{lesson.name}</Td>
|
||||
{isTeacher(user) && (
|
||||
|
Loading…
Reference in New Issue
Block a user