Little fixes on member list
This commit is contained in:
parent
0424ef07b3
commit
2ba4ad04d1
3 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
|||
var dis = require("../../dispatcher");
|
||||
|
||||
var MatrixClientPeg = require("../../MatrixClientPeg");
|
||||
|
||||
module.exports = {
|
||||
onClick: function() {
|
||||
dis.dispatch({
|
||||
action: 'view_user',
|
||||
room_id: this.props.member.userId
|
||||
user_id: this.props.member.userId
|
||||
});
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue