File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
src/components/v2/devtronStackManager Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -253,8 +253,6 @@ export const NavItem = ({
253
253
showInitializing,
254
254
showVersionInfo,
255
255
} : StackManagerNavItemType ) : JSX . Element => {
256
- const { currentServerInfo, licenseData } = useMainContext ( )
257
-
258
256
const getNavLink = ( route : StackManagerNavLinkType ) : JSX . Element => {
259
257
return (
260
258
< NavLink
@@ -307,10 +305,8 @@ export const NavItem = ({
307
305
< div className = "flex column left" >
308
306
< div className = "section-heading cn-6 fs-12 fw-6 pl-8 mb-8 dc__uppercase" > Integrations</ div >
309
307
{ ModulesSection . map ( ( route ) => getNavLink ( route ) ) }
310
- < >
311
- < hr className = "mt-8 mb-8 w-100 checklist__divider" />
312
- { getNavLink ( AboutSection ) }
313
- </ >
308
+ < hr className = "mt-8 mb-8 w-100 checklist__divider" />
309
+ { getNavLink ( AboutSection ) }
314
310
</ div >
315
311
)
316
312
}
You can’t perform that action at this time.
0 commit comments