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

Commit dcd0ad6

Browse files
committed
✂️ stale comment
1 parent c7adcb4 commit dcd0ad6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,6 @@ export default class MultiFilePatchView extends React.Component {
433433
return null;
434434
}
435435

436-
// "forceRerender" ensures that the PullRequestReviewCommentThreadView re-renders each time that the
437-
// MultiFilePatchView does. It doesn't re-query for reviews, but it does re-check patch visibility.
438-
439436
return this.props.reviewCommentThreads.map(({comments, thread}) => {
440437
const {path, position} = comments[0];
441438
if (!this.props.multiFilePatch.getPatchForPath(path)) {

0 commit comments

Comments
 (0)