Skip to content
Snippets Groups Projects
Commit 5af43dc6 authored by David Baker's avatar David Baker
Browse files

Remove unused action dispatch

parent 96627d44
Branches
No related tags found
No related merge requests found
......@@ -28,13 +28,6 @@ module.exports = {
return {};
},
onClick: function() {
dis.dispatch({
action: 'view_user',
user_id: this.props.member.userId
});
},
onLeaveClick: function() {
var QuestionDialog = sdk.getComponent("organisms.QuestionDialog");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment