From 94f3b7f2d6402c4eeb8093daa13d620e11799fad Mon Sep 17 00:00:00 2001 From: Archer <545436317@qq.com> Date: Mon, 26 Aug 2024 10:48:02 +0800 Subject: [PATCH] conversion points (#2514) --- projects/app/src/pages/account/components/Info/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/app/src/pages/account/components/Info/index.tsx b/projects/app/src/pages/account/components/Info/index.tsx index 835b6c404..29ffa5b13 100644 --- a/projects/app/src/pages/account/components/Info/index.tsx +++ b/projects/app/src/pages/account/components/Info/index.tsx @@ -306,11 +306,11 @@ const MyInfo = ({ onOpenContact }: { onOpenContact: () => void }) => { {formatStorePrice2Read(userInfo?.team?.balance).toFixed(3)} 元 {/* TODO:暂时隐藏 */} - {/* {userInfo?.permission.hasManagePer && !!standardPlan && ( + {userInfo?.permission.hasManagePer && !!standardPlan && ( - )} */} + )} )}