remove commented code

This commit is contained in:
Chris Collins 2025-05-27 18:25:57 -04:00
parent d3b806c2ee
commit 7c5302bf6f

View File

@ -387,15 +387,6 @@ export const EntityProfile = <T, U>({
<Body $isShowNavBarRedesign={isShowNavBarRedesign}>
<BodyContent $isShowNavBarRedesign={isShowNavBarRedesign}>
<EntityTabs tabs={visibleTabs} selectedTab={routedTab} />
{/* <TabContent>
{routedTab && (
<routedTab.component
properties={routedTab.properties}
contextType={TabContextType.PROFILE}
renderType={TabRenderType.DEFAULT}
/>
)}
</TabContent> */}
</BodyContent>
</Body>
</HeaderAndTabsFlex>