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:
parent
ee460e7149
commit
fa77ad7e0d
@ -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};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user