diff --git a/apps/ai-game-creator-shell/src/view/project-development/index.tsx b/apps/ai-game-creator-shell/src/view/project-development/index.tsx index 82753c934..3398beb35 100644 --- a/apps/ai-game-creator-shell/src/view/project-development/index.tsx +++ b/apps/ai-game-creator-shell/src/view/project-development/index.tsx @@ -7842,7 +7842,7 @@ export default function ProjectDevelopmentView({ conversationOnlyWorkbench ? ' is-conversation-only' : '' }`} > - {walletEntry ? ( + {!uiEditorRoute && walletEntry ? (
{walletEntry}
) : null}