Commit 94f3b7f2 by Archer Committed by GitHub

conversion points (#2514)

parent 22a0f6bc
...@@ -306,11 +306,11 @@ const MyInfo = ({ onOpenContact }: { onOpenContact: () => void }) => { ...@@ -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>
)} )}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment