Compare commits

..

No commits in common. "82a54022b2946d793aececc4be9491e96e8fb5f6" and "50bf5b31b647ff5a342b51265443df42ab9f045f" have entirely different histories.

View File

@ -453,7 +453,7 @@ const LessonList = () => {
</Td>
)}
<Td textAlign="center">
{dayjs(lesson.date).format(groupByDate ? 'HH:mm' : 'HH:mm DD.MM.YY')}
{dayjs(lesson.date).format('H:mm DD.MM.YY')}
</Td>
<Td>{lesson.name}</Td>
{isTeacher(user) && (