Skip to content

Commit

Permalink
resolve a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
heweikang committed Aug 17, 2024
1 parent fd1c656 commit 7ce2e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/search-chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function SearchChatPage() {

// Cleanup the interval on component unmount
return () => clearInterval(intervalId);
}, []);
}, [doSearch]);

return (
<ErrorBoundary>
Expand Down

0 comments on commit 7ce2e8f

Please sign in to comment.