|
@@ -15,7 +15,8 @@ let CommentList = React.createClass({
|
|
render: function () {
|
|
render: function () {
|
|
return (
|
|
return (
|
|
<div className="commentList">
|
|
<div className="commentList">
|
|
- Hello, world! I am a CommentList.
|
|
|
|
|
|
+ <Comment author="Pete Hunt">This is one comment</Comment>
|
|
|
|
+ <Comment author="Jordan Walke">This is *another* comment</Comment>
|
|
</div>
|
|
</div>
|
|
);
|
|
);
|
|
}
|
|
}
|