From 8eba2e4fb04717d59af425f9a07e1029d2616d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Thu, 16 Jul 2026 14:42:27 +0800 Subject: [PATCH] mark "cant do now" as TODO --- apps/ai-game-creator-shell/src/view/layout.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 + }} >