diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 535c000..bde9ba6 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -6293,26 +6293,23 @@ function AIAssistantChatModal({ question, inspection, allAnswers, messages, setM
- {/* Botón Continuar O Input según el estado */} - {!loading && messages.length > 0 && messages[messages.length - 1].role === 'assistant' ? ( -- ✓ Verificación completada. Puedes continuar con la inspección o hacer más preguntas. -
-