You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Remove unused action dispatch
This commit is contained in:
@@ -28,13 +28,6 @@ module.exports = {
|
|||||||
return {};
|
return {};
|
||||||
},
|
},
|
||||||
|
|
||||||
onClick: function() {
|
|
||||||
dis.dispatch({
|
|
||||||
action: 'view_user',
|
|
||||||
user_id: this.props.member.userId
|
|
||||||
});
|
|
||||||
},
|
|
||||||
|
|
||||||
onLeaveClick: function() {
|
onLeaveClick: function() {
|
||||||
var QuestionDialog = sdk.getComponent("organisms.QuestionDialog");
|
var QuestionDialog = sdk.getComponent("organisms.QuestionDialog");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user