Skip to content

Commit

Permalink
fix: removing error to deploy app
Browse files Browse the repository at this point in the history
  • Loading branch information
igords-goncalves committed May 10, 2023
1 parent 500f1cc commit b318a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/templates/Main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

1 comment on commit b318a92

@vercel
Copy link

@vercel vercel bot commented on b318a92 May 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.