Remove variables not used #13425

This commit is contained in:
Johannes Schill 2018-10-08 08:38:58 +02:00
parent 087ff2fa74
commit 7e7c7fe64c

View File

@ -83,10 +83,8 @@ export class TeamMembers extends PureComponent<Props, State> {
}
render() {
const { newTeamMember, isAdding } = this.state;
const { isAdding } = this.state;
const { searchMemberQuery, members, syncEnabled } = this.props;
const newTeamMemberValue = newTeamMember && newTeamMember;
console.log('newTeamMemberValue', newTeamMemberValue);
return (
<div>
<div className="page-action-bar">