Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 4c3211d

Browse files
committed
Oops, you _do_ need that pullRequest={} prop
1 parent 3d6eaff commit 4c3211d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/views/multi-file-patch-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ export default class MultiFilePatchView extends React.Component {
386386
// "forceRerender" ensures that the PullRequestCommentsView re-renders each time that the MultiFilePatchView does.
387387
// It doesn't re-query for reviews, but it does re-check patch visibility.
388388
return (
389-
<PullRequestReviewsContainer forceRerender={{}}>
389+
<PullRequestReviewsContainer pullRequest={this.props.pullRequest} forceRerender={{}}>
390390
{({commentThreads}) => commentThreads.map(commentThread => (
391391
<PullRequestReviewCommentThreadView
392392
key={`pr-comment-${commentThread.rootCommentID}`}

0 commit comments

Comments
 (0)