remove duplicated label

This commit is contained in:
Florian Scholdei
2019-09-24 14:26:27 +02:00
parent 9a3390f6e5
commit 9e1ac768c6

View File

@@ -82,10 +82,6 @@ class GroupForm extends React.Component<Props, State> {
const { loadUserSuggestions, t } = this.props;
return (
<>
<LabelWithHelpIcon
label={t("group.members")}
helpText={t("groupForm.help.memberHelpText")}
/>
<MemberNameTable
members={group.members}
memberListChanged={this.memberListChanged}