Skip to content

Commit

Permalink
chore: not cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Jun 1, 2023
1 parent 63e5447 commit 95db4c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app/src/components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export default function Search() {
if (input) {
stopFetch();
goToSearch(input);
cleanUp();
disable();
}
}, [input]);
Expand Down

0 comments on commit 95db4c0

Please sign in to comment.