mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-18 01:16:01 +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> 元
|
<strong>{formatStorePrice2Read(userInfo?.team?.balance).toFixed(3)}</strong> 元
|
||||||
</Box>
|
</Box>
|
||||||
{/* TODO:暂时隐藏 */}
|
{/* TODO:暂时隐藏 */}
|
||||||
{/* {userInfo?.permission.hasManagePer && !!standardPlan && (
|
{userInfo?.permission.hasManagePer && !!standardPlan && (
|
||||||
<Button variant={'primary'} size={'sm'} ml={5} onClick={onOpenConversionModal}>
|
<Button variant={'primary'} size={'sm'} ml={5} onClick={onOpenConversionModal}>
|
||||||
{t('user:bill.conversion')}
|
{t('user:bill.conversion')}
|
||||||
</Button>
|
</Button>
|
||||||
)} */}
|
)}
|
||||||
</Flex>
|
</Flex>
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
|
Reference in New Issue
Block a user