Fixed AI
Build & Auto-Repair / build (push) Has been cancelled

This commit is contained in:
JCBSComputer
2026-07-01 09:46:09 +02:00
parent 8ef283a528
commit eedf528a33
+3
View File
@@ -184,6 +184,9 @@ export const AIChat = forwardRef<{ fillInput: (text: string) => void }, AIChatPr
}, },
]) ])
}) })
}, [])
useEffect(() => {
checkServer() checkServer()
}, [checkServer]) }, [checkServer])