mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Remove unused action dispatch
This commit is contained in:
parent
96627d4477
commit
5af43dc6a9
1 changed files with 0 additions and 7 deletions
|
@ -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 a new issue