quick and dirty RoomAvatarEvent
This commit is contained in:
parent
d689d4e1fa
commit
00750b4686
7 changed files with 22 additions and 9 deletions
|
@ -118,7 +118,7 @@ module.exports = React.createClass({
|
|||
});
|
||||
options.push({ value: "Custom", text: "Custom level" });
|
||||
options = options.map((op) => {
|
||||
return <option value={op.value}>{op.text}</option>;
|
||||
return <option value={op.value} key={op.value}>{op.text}</option>;
|
||||
});
|
||||
|
||||
select =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue