Remove unused variables

Do not show in changelog
This commit is contained in:
AlexandreS
2022-04-21 15:02:41 +02:00
committed by GitHub
parent 2c43de5120
commit 5b2532f8f3

View File

@@ -264,7 +264,6 @@ export default class GroupsListContainer extends React.Component<Props, State> {
return true;
}
const { globalObjectGroups, objectGroups } = this.props;
if (
!this.state.selectedGroupWithContext.global &&
targetGroupWithContext.global &&