mirror of https://github.com/kortix-ai/suna.git
chore(dev): cleanup useeffect deps
This commit is contained in:
parent
cea53931f7
commit
f89d97568d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue