1
0
mirror of https://github.com/flarum/core.git synced 2025-05-07 16:05:25 +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(); this.viewingEnd = this.visibleEnd === this.count();
return ( return (
<div className="post-stream"> <div className="PostStream">
{this.posts().map((post, i) => { {this.posts().map((post, i) => {
let content; let content;
const attrs = {'data-index': this.visibleStart + i}; const attrs = {'data-index': this.visibleStart + i};