Update class name

This commit is contained in:
Toby Zerner 2015-08-13 13:07:30 +09:30
parent 8631eb5819
commit ddbef312c7

View File

@ -197,7 +197,7 @@ class PostStream extends mixin(Component, evented) {
this.viewingEnd = this.visibleEnd === this.count();
return (
<div className="post-stream">
<div className="PostStream">
{this.posts().map((post, i) => {
let content;
const attrs = {'data-index': this.visibleStart + i};