mark "cant do now" as TODO

This commit is contained in:
2026-07-16 14:42:27 +08:00
parent f592ecafed
commit 8eba2e4fb0
@@ -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
}}
>
<Plus size={14} aria-hidden="true" />
</button>
@@ -149,7 +152,7 @@ function SidebarAccountMenu({
{/* className="h-8 rounded-full border border-white/85 bg-white/10 px-3 text-[12px] font-black text-white"*/}
{/* onClick={() => {*/}
{/* closeMenus();*/}
{/* // TODO upgrade component and logic is outdated on this branch*/}
{/* // TODO upgrade component and logic is outdated on this branch*/}
{/* }}*/}
{/*>*/}
{/* 升级*/}