mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-05 05:07:25 +00:00
remove commented code
This commit is contained in:
parent
d3b806c2ee
commit
7c5302bf6f
@ -387,15 +387,6 @@ export const EntityProfile = <T, U>({
|
|||||||
<Body $isShowNavBarRedesign={isShowNavBarRedesign}>
|
<Body $isShowNavBarRedesign={isShowNavBarRedesign}>
|
||||||
<BodyContent $isShowNavBarRedesign={isShowNavBarRedesign}>
|
<BodyContent $isShowNavBarRedesign={isShowNavBarRedesign}>
|
||||||
<EntityTabs tabs={visibleTabs} selectedTab={routedTab} />
|
<EntityTabs tabs={visibleTabs} selectedTab={routedTab} />
|
||||||
{/* <TabContent>
|
|
||||||
{routedTab && (
|
|
||||||
<routedTab.component
|
|
||||||
properties={routedTab.properties}
|
|
||||||
contextType={TabContextType.PROFILE}
|
|
||||||
renderType={TabRenderType.DEFAULT}
|
|
||||||
/>
|
|
||||||
)}
|
|
||||||
</TabContent> */}
|
|
||||||
</BodyContent>
|
</BodyContent>
|
||||||
</Body>
|
</Body>
|
||||||
</HeaderAndTabsFlex>
|
</HeaderAndTabsFlex>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user