diff --git a/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx b/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx
index c5a0765d6..43cbc0137 100644
--- a/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx
+++ b/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx
@@ -277,15 +277,23 @@ export default function ExtraSidebar(): JSX.Element {
>
+
+
+
+ Core Components
+
+
+
{Object.keys(dataFilter)
.sort(sortKeys)
.filter((x) => PRIORITY_SIDEBAR_ORDER.includes(x))
@@ -325,7 +333,7 @@ export default function ExtraSidebar(): JSX.Element {
onDragStart(event, {
//split type to remove type in nodes saved with same name removing it's
@@ -344,7 +352,7 @@ export default function ExtraSidebar(): JSX.Element {
}
official={
dataFilter[SBSectionName][SBItemName].official ===
- false
+ false
? false
: true
}
@@ -436,33 +444,33 @@ export default function ExtraSidebar(): JSX.Element {
{index ===
Object.keys(dataFilter).length -
- PRIORITY_SIDEBAR_ORDER.length +
- 1 && (
- <>
-
-