conversion points (#2514)

This commit is contained in:
Archer
2024-08-26 10:48:02 +08:00
committed by GitHub
parent 22a0f6bcfa
commit 94f3b7f2d6

View File

@@ -306,11 +306,11 @@ const MyInfo = ({ onOpenContact }: { onOpenContact: () => void }) => {
<strong>{formatStorePrice2Read(userInfo?.team?.balance).toFixed(3)}</strong>
</Box>
{/* TODO:暂时隐藏 */}
{/* {userInfo?.permission.hasManagePer && !!standardPlan && (
{userInfo?.permission.hasManagePer && !!standardPlan && (
<Button variant={'primary'} size={'sm'} ml={5} onClick={onOpenConversionModal}>
{t('user:bill.conversion')}
</Button>
)} */}
)}
</Flex>
</Box>
)}