#25 Отображение только времени в случае сгрупированных по дате лекций #26
| @ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user