We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe096c8 commit cd1cea1Copy full SHA for cd1cea1
1 file changed
hwproj.front/src/components/Common/GroupSelector.tsx
@@ -145,7 +145,7 @@ const GroupSelector: FC<GroupSelectorProps> = (props) => {
145
getOptionLabel={(option) => {
146
const groups = studentToGroups.get(option.userId!);
147
const groupSuffix = groups && groups.length > 0
148
- ? ' — в группе: ' + groups[0]
+ ? ' — в команде'
149
: '';
150
return `${option.surname ?? ""} ${option.name ?? ""} ${option.middleName ?? ""}${groupSuffix}`.trim();
151
}}
0 commit comments