We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 330376b + 52ff694 commit 66aa88cCopy full SHA for 66aa88c
1 file changed
src/components/ChallengeEditor/ChallengeReviewer-Field/ReviewSummary/ReviewSummary.js
@@ -323,7 +323,7 @@ const ReviewSummary = ({
323
)}
324
325
{/* Failure Path: Locked Step (only for AI_GATING with gating workflows) */}
326
- {isAIGatingMode && isAIGatingMode && (
+ {hasAIConfigWorkflows && isAIGatingMode && (
327
<div className={styles.flowBox} style={{ gridColumn: 3, gridRow: 3, backgroundColor: '#f5f5f5' }}>
328
<div>🔒</div>
329
<div>Locked</div>
0 commit comments