Skip to content
Snippets Groups Projects
Commit 04535332 authored by Tainan Felipe's avatar Tainan Felipe
Browse files

Remove unecessary function reference

parent 687791ff
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,6 @@ class UserParticipants extends Component {
this.rove = this.rove.bind(this);
this.changeState = this.changeState.bind(this);
this.rowRenderer = this.rowRenderer.bind(this);
this.getUsers = this.getUsers.bind(this);
this.handleClickSelectedUser = this.handleClickSelectedUser.bind(this);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment