mirror of
https://github.com/flarum/framework.git
synced 2024-12-11 21:43:38 +08:00
Update class name
This commit is contained in:
parent
8631eb5819
commit
ddbef312c7
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue
Block a user