mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +02:00
fix: reference to undefined variable discussion
This commit is contained in:
@@ -140,7 +140,7 @@ export default class DiscussionPage extends Page {
|
|||||||
'poststream',
|
'poststream',
|
||||||
<div className="DiscussionPage-stream">
|
<div className="DiscussionPage-stream">
|
||||||
{PostStream.component({
|
{PostStream.component({
|
||||||
discussion,
|
discussion: this.discussion,
|
||||||
stream: this.stream,
|
stream: this.stream,
|
||||||
onPositionChange: this.positionChanged.bind(this),
|
onPositionChange: this.positionChanged.bind(this),
|
||||||
})}
|
})}
|
||||||
|
Reference in New Issue
Block a user