Skip to content

Commit ebbd966

Browse files
committed
GroupsSelector: отображение студентов
1 parent a540090 commit ebbd966

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hwproj.front/src/components/Common/GroupSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ const GroupSelector: FC<GroupSelectorProps> = (props) => {
163163
tagValue.map((option, index) => (
164164
<Chip
165165
{...getTagProps({index})}
166-
label={`${option.surname ?? ""} ${option.name ?? ""} / ${option.email ?? ""}`.trim()}
166+
label={`${option.surname ?? ""} ${option.name ?? ""} ${option.middleName ?? ""}`.trim()}
167167
key={option.userId}
168168
style={studentsInMultipleGroups.has(option.userId!) ? {color: "#3f51b5"} : undefined}
169169
/>

0 commit comments

Comments
 (0)