This commit is contained in:
Maksim Skobaro 2025-06-24 03:10:03 +03:00
parent 75bb9f3d25
commit a7ce0fdbb6

View File

@ -225,7 +225,7 @@ export class DayAndOrderChangeModal extends React.Component<DayAndOrderChangeMod
} }
{ {
!_.isEmpty(student.curatorName) && !_.isEmpty(student.curatorName) &&
<div>Куратор: {student.curatorName}</div> <div>Науч.Рук.: {student.curatorName}</div>
} }
</> </>
</div> </div>
@ -266,7 +266,7 @@ export class DayAndOrderChangeModal extends React.Component<DayAndOrderChangeMod
} }
{ {
!_.isEmpty(student.curatorName) && !_.isEmpty(student.curatorName) &&
<div>Куратор: {student.curatorName}</div> <div>Науч.Рук.: {student.curatorName}</div>
} }
</> </>
</div> </div>