Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
HUAHUAI23 committed Oct 12, 2024
1 parent 2e31c99 commit eee7a56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/desktop/src/components/account/RealNameModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function RealNameModal(props: {
>
{t('common:personal_verification')}
</Tab>
<Tab
{/* <Tab
display="flex"
padding="8px 4px"
justifyContent="center"
Expand All @@ -210,7 +210,7 @@ function RealNameModal(props: {
_focus={{ boxShadow: 'none' }}
>
{t('common:enterprise_verification')}
</Tab>
</Tab> */}
</TabList>
<TabIndicator height="2px" bg="grayModern.900" borderRadius="1px" />
<TabPanels mt="28px">
Expand All @@ -224,7 +224,7 @@ function RealNameModal(props: {
}}
/>
</TabPanel>
<TabPanel p="0">
{/* <TabPanel p="0">
<EnterpriseVerification
onFormSuccess={() => {
onClose();
Expand All @@ -233,7 +233,7 @@ function RealNameModal(props: {
}
}}
/>
</TabPanel>
</TabPanel> */}
</TabPanels>
</Tabs>
</ModalBody>
Expand Down

0 comments on commit eee7a56

Please sign in to comment.