We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebbd966 commit affebfeCopy full SHA for affebfe
1 file changed
hwproj.front/src/components/Common/GroupSelector.tsx
@@ -147,7 +147,7 @@ const GroupSelector: FC<GroupSelectorProps> = (props) => {
147
const groupSuffix = groups && groups.length > 0
148
? ' — в группе: ' + groups[0]
149
: '';
150
- return `${option.surname ?? ""} ${option.name ?? ""} / ${option.email ?? ""}${groupSuffix}`.trim();
+ return `${option.surname ?? ""} ${option.name ?? ""} ${option.middleName ?? ""}${groupSuffix}`.trim();
151
}}
152
filterSelectedOptions
153
onChange={(_, value) => {
0 commit comments