mark "cant do now" as TODO
This commit is contained in:
@@ -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*/}
|
||||
{/* }}*/}
|
||||
{/*>*/}
|
||||
{/* 升级*/}
|
||||
|
||||
Reference in New Issue
Block a user