Skip to content

Commit 9238dcc

Browse files
committed
fix double load issue on task review table
1 parent a9c69ab commit 9238dcc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/HOCs/WithReviewTasks/WithReviewTasks.jsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,6 @@ export const WithReviewTasks = function (WrappedComponent) {
218218
);
219219
return;
220220
}
221-
222-
if (!_isEqual(this.props.defaultFilters, prevProps.defaultFilters)) {
223-
this.update(this.props, this.buildDefaultCriteria(this.props), true);
224-
return;
225-
}
226221
}
227222

228223
render() {

0 commit comments

Comments
 (0)