diff --git a/apps/ai-game-creator-shell/src/view/layout.tsx b/apps/ai-game-creator-shell/src/view/layout.tsx index 6e2958b9e..c84e98ebe 100644 --- a/apps/ai-game-creator-shell/src/view/layout.tsx +++ b/apps/ai-game-creator-shell/src/view/layout.tsx @@ -140,7 +140,10 @@ function SidebarAccountMenu({ type="button" className="grid size-7 shrink-0 place-items-center rounded-full border border-white/70 bg-white/15 text-white" aria-label="充值泥点" - onClick={onClose} + onClick={()=>{ + onClose(); + // TODO recharge component and logic is outdated on this branch + }} >