We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c69ab commit 9238dccCopy full SHA for 9238dcc
src/components/HOCs/WithReviewTasks/WithReviewTasks.jsx
@@ -218,11 +218,6 @@ export const WithReviewTasks = function (WrappedComponent) {
218
);
219
return;
220
}
221
-
222
- if (!_isEqual(this.props.defaultFilters, prevProps.defaultFilters)) {
223
- this.update(this.props, this.buildDefaultCriteria(this.props), true);
224
- return;
225
- }
226
227
228
render() {
0 commit comments