diff --git a/app/components/chat-with-history/hooks.tsx b/app/components/chat-with-history/hooks.tsx index e6485ab..40a4d1b 100644 --- a/app/components/chat-with-history/hooks.tsx +++ b/app/components/chat-with-history/hooks.tsx @@ -572,7 +572,7 @@ export const useChatWithHistory = (installedAppInfo?: InstalledApp) => { if (isSubmittingNow) { handleFeedbackSubmit(null, '') } - }) + }, []) const handleFeedbackSubmit = useCallback( async (selectedOption: number | null, feedbackText: string) => {