Update lint rules
This commit is contained in:
@@ -74,7 +74,9 @@ export const AppbarSearch: React.FunctionComponent<IProps> = (props) => {
|
||||
updateSearchOpenState(false);
|
||||
};
|
||||
const handleBlur = () => {
|
||||
if (!searchString) updateSearchOpenState(false);
|
||||
if (!searchString) {
|
||||
updateSearchOpenState(false);
|
||||
}
|
||||
};
|
||||
|
||||
useHotkeys(
|
||||
|
||||
Reference in New Issue
Block a user