fix: reference to undefined variable discussion

This commit is contained in:
David Wheatley 2021-08-22 23:46:34 +01:00
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),
})} })}