resolve a warning

This commit is contained in:
heweikang 2024-08-17 11:26:38 +08:00
parent fd1c656bdd
commit 7ce2e8f4c4
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export function SearchChatPage() {
// Cleanup the interval on component unmount
return () => clearInterval(intervalId);
}, []);
}, [doSearch]);
return (
<ErrorBoundary>