mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 19:15:32 +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',
|
||||
<div className="DiscussionPage-stream">
|
||||
{PostStream.component({
|
||||
discussion,
|
||||
discussion: this.discussion,
|
||||
stream: this.stream,
|
||||
onPositionChange: this.positionChanged.bind(this),
|
||||
})}
|
||||
|
|
Loading…
Reference in New Issue
Block a user