diff --git a/apps/ai-game-creator-shell/src/view/ui-editor/components/WorkflowChecks.ts b/apps/ai-game-creator-shell/src/view/ui-editor/components/WorkflowChecks.ts index cfff7ab03..5df5d0d9b 100644 --- a/apps/ai-game-creator-shell/src/view/ui-editor/components/WorkflowChecks.ts +++ b/apps/ai-game-creator-shell/src/view/ui-editor/components/WorkflowChecks.ts @@ -59,6 +59,6 @@ export function activeStepPrerequisiteIssues( case 'structure-recognition': return validateAssetSeparationPrerequisites(state); case 'asset-separation': - return validateAssetSeparationPrerequisites(state); + return []; } }