Skip to content

Commit 695cbaf

Browse files
committed
lint fix
1 parent 6411715 commit 695cbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Filter/Filter.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function changeField(schema, currentClassName, filters, index, newField) {
5151
return filters.set(index, newFilter);
5252
}
5353

54-
function changeConstraint(schema, currentClassName, filters, index, newConstraint, prevCompareTo) {
54+
function changeConstraint(schema, currentClassName, filters, index, newConstraint) {
5555
const field = filters.get(index).get('field');
5656
let compareType = schema[currentClassName][field].type;
5757
if (Object.prototype.hasOwnProperty.call(Filters.Constraints[newConstraint], 'field')) {

0 commit comments

Comments
 (0)