1
0
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:
David Baker
2015-09-23 09:39:49 +01:00
parent 96627d4477
commit 5af43dc6a9

View File

@@ -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");