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