mirror of https://github.com/vector-im/riot-web
Remove unused action dispatch
parent
96627d4477
commit
5af43dc6a9
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue