diff --git a/src/IconList.jsx b/src/IconList.jsx index d4c4ea4..3f900c1 100644 --- a/src/IconList.jsx +++ b/src/IconList.jsx @@ -30,7 +30,7 @@ export const IconList = function () { if (matched.length == keywords.length) filtered.push(filename) } - console.log(filtered) + // console.log(filtered) setIcons(filtered) }, [query])