Skip to content

Commit e28192d

Browse files
committed
fix lint
1 parent 09056d3 commit e28192d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/Search/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import React, { useState } from 'react';
22

3-
import Icon from '../Icons';
4-
53
import classnames from '../../utils/classNames';
64

75
import './index.scss';
@@ -58,7 +56,7 @@ const Search = ({
5856
};
5957

6058
const handleBlur = (e) => {
61-
if (focus) blur(e);
59+
if (blur) blur(e);
6260
};
6361

6462
const handleClear = (e) => {

0 commit comments

Comments
 (0)