Skip to content

Commit

Permalink
Remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed May 19, 2021
1 parent 7985779 commit 8118296
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const EntityByExpression: FunctionComponent<Props> = ({
indexFields,
isInvalid,
}) => {

const usePrevious = <T extends unknown>(value: T): T | undefined => {
const ref = useRef<T>();
useEffect(() => {
Expand Down

0 comments on commit 8118296

Please sign in to comment.