mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +00:00
conversion points (#2514)
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user