mirror of
https://github.com/flarum/framework.git
synced 2025-03-06 02:01:34 +08:00
fix: reference to undefined variable discussion
This commit is contained in:
parent
fa6a14adb6
commit
bccd3f1dfa
@ -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),
|
||||||
})}
|
})}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user