mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 23:29:57 +08:00
Update class name
This commit is contained in:
@ -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};
|
||||||
|
Reference in New Issue
Block a user