Little fixes on member list
This commit is contained in:
parent
0424ef07b3
commit
2ba4ad04d1
3 changed files with 5 additions and 3 deletions
|
@ -16,10 +16,9 @@ module.exports = React.createClass({
|
|||
return Object.keys(that.state.memberDict).map(function(userId) {
|
||||
var m = that.state.memberDict[userId];
|
||||
return (
|
||||
<li>
|
||||
<li key={userId}>
|
||||
<MemberTile
|
||||
member={m}
|
||||
key={userId}
|
||||
/>
|
||||
</li>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue