Fix syntax error: re-introduce 'if' statement in LayoutComponents after backend logic removal

This commit is contained in:
Gemini AI
2025-12-20 17:33:52 +04:00
Unverified
parent a4b12251fd
commit f35f7bd6c5

View File

@@ -2472,6 +2472,7 @@ Format: { "ideas": [{ "title": "Short Title", "subtitle": "One line", "tag": "To
}
if (isQaFailureArtifact) {
// --- REPAIR MODE (F3: Retention & Match) ---
// "Broken frontend is treated as a REPAIR task"
const originalIntent = state.activeProject?.originalPrompt || "Unknown Intent";