mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
Spacing
This commit is contained in:
parent
5ad300017c
commit
e5ae57d8c0
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ var Chatroom = React.createClass({
|
|||
let messages = this.props.messages.map(message => {
|
||||
if (message) {
|
||||
return <ChatMessage message={message}
|
||||
key={message.id}
|
||||
user={this.props.user} />
|
||||
id={message._id}
|
||||
user={this.props.user} />
|
||||
}
|
||||
});
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue