Compare commits
2 Commits
50bf5b31b6
...
82a54022b2
Author | SHA1 | Date | |
---|---|---|---|
82a54022b2 | |||
f28c644da5 |
@ -453,7 +453,7 @@ const LessonList = () => {
|
|||||||
</Td>
|
</Td>
|
||||||
)}
|
)}
|
||||||
<Td textAlign="center">
|
<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>
|
||||||
<Td>{lesson.name}</Td>
|
<Td>{lesson.name}</Td>
|
||||||
{isTeacher(user) && (
|
{isTeacher(user) && (
|
||||||
|
Loading…
Reference in New Issue
Block a user