Commit bf65c49c authored by Alfredo Sumaran's avatar Alfredo Sumaran

Remove unnecesary return

parent 9c71b781
......@@ -4,8 +4,6 @@ export default class GroupsStore {
this.state = {};
this.state.groups = {};
this.state.pageInfo = {};
return this;
}
setGroups(rawGroups, parent = null) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment