Skip to content

Commit 5a67dd5

Browse files
committed
refactor(content-sidebar): remove redundant comment noop
1 parent ed1dae4 commit 5a67dd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/elements/content-sidebar/SidebarPanels.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ class SidebarPanels extends React.Component<Props, State> {
306306
const hasCustomPanels = customSidebarPanels.length > 0;
307307

308308
const customPanelsEligibility = {};
309-
// Custom panels take precedence over native (handled by Sidebar.js setting hasNativeBoxAISidebar)
310309
customSidebarPanels.forEach(({ path, isDisabled }) => {
311310
customPanelsEligibility[path] = !isDisabled;
312311
});

0 commit comments

Comments
 (0)