diff --git a/src/components/templates/Main/index.tsx b/src/components/templates/Main/index.tsx index 917e5c3..a94a60c 100644 --- a/src/components/templates/Main/index.tsx +++ b/src/components/templates/Main/index.tsx @@ -23,6 +23,7 @@ interface StateProps { const Main = ({ inputValue }: StateProps): JSX.Element => { const [isSearched, setIsSeacrched] = useState(false); const post: Post[] = posts.posts; + console.log(setIsSeacrched); const fuse = useFuse(post, { inputValue, options }); console.log(fuse);