Add member list (that doesn't really update much yet)
This commit is contained in:
parent
e77e9b7704
commit
0424ef07b3
7 changed files with 120 additions and 5 deletions
10
src/controllers/molecules/MemberTile.js
Normal file
10
src/controllers/molecules/MemberTile.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
var dis = require("../../dispatcher");
|
||||
|
||||
module.exports = {
|
||||
onClick: function() {
|
||||
dis.dispatch({
|
||||
action: 'view_user',
|
||||
room_id: this.props.member.userId
|
||||
});
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue