diff --git a/frontend/src/app/(dashboard)/agents/[threadId]/page.tsx b/frontend/src/app/(dashboard)/agents/[threadId]/page.tsx index e7ead8b5..e1c9a80d 100644 --- a/frontend/src/app/(dashboard)/agents/[threadId]/page.tsx +++ b/frontend/src/app/(dashboard)/agents/[threadId]/page.tsx @@ -1034,11 +1034,8 @@ export default function ThreadPage({ clearTimeout(timeoutId); } }; - // eslint-disable-next-line react-hooks/exhaustive-deps }, [ project?.account_id, - initialLoadCompleted.current, - messagesLoadedRef.current, isLoading, agentStatus, checkBillingLimits