Skip to content

Commit 66aa88c

Browse files
authored
Merge pull request #1751 from topcoder-platform/PM-4438_infographic-when-ai-gating
Bad condition
2 parents 330376b + 52ff694 commit 66aa88c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/components/ChallengeEditor/ChallengeReviewer-Field/ReviewSummary

src/components/ChallengeEditor/ChallengeReviewer-Field/ReviewSummary/ReviewSummary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ const ReviewSummary = ({
323323
)}
324324

325325
{/* Failure Path: Locked Step (only for AI_GATING with gating workflows) */}
326-
{isAIGatingMode && isAIGatingMode && (
326+
{hasAIConfigWorkflows && isAIGatingMode && (
327327
<div className={styles.flowBox} style={{ gridColumn: 3, gridRow: 3, backgroundColor: '#f5f5f5' }}>
328328
<div>🔒</div>
329329
<div>Locked</div>

0 commit comments

Comments
 (0)