1
0
mirror of https://github.com/flarum/core.git synced 2025-05-06 15:35:38 +02:00

Update class name

This commit is contained in:
Toby Zerner 2015-08-13 13:07:30 +09:30
parent ee460e7149
commit fa77ad7e0d

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};