From 7b9701c3127249625fd1d669472701fd6c8048e8 Mon Sep 17 00:00:00 2001 From: Bryce Osterhaus Date: Wed, 18 Mar 2020 14:39:38 -0700 Subject: [PATCH] fix(clayui.com): formatting errors --- clayui.com/src/components/IconSearch/index.js | 6 +--- clayui.com/svg-icons.js | 31 ++++++++++++------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/clayui.com/src/components/IconSearch/index.js b/clayui.com/src/components/IconSearch/index.js index 5754392e74..9a848c4767 100644 --- a/clayui.com/src/components/IconSearch/index.js +++ b/clayui.com/src/components/IconSearch/index.js @@ -22,7 +22,6 @@ const IconSearch = ({ source, iconLabelFormatter = icon => icon.name, }) => { - const [searchQuery, setSearchQuery] = useState(''); const filteredIcons = useMemo(() => { @@ -55,10 +54,7 @@ const IconSearch = ({