Skip to content

Commit

Permalink
Test eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldutra committed Mar 15, 2020
1 parent 424c900 commit 89d4073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/pages/queries/QuerySource.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isEmpty, find, map, extend, includes } from "lodash";
import { isEmpty, find, map, extend, includes, reduce } from "lodash";
import React, { useState, useRef, useEffect, useCallback } from "react";
import PropTypes from "prop-types";
import cx from "classnames";
Expand Down

0 comments on commit 89d4073

Please sign in to comment.