diff --git a/editor/src/components/inspector/sections/component-section/data-selector-modal.tsx b/editor/src/components/inspector/sections/component-section/data-selector-modal.tsx index f70ad55eb08e..5f6f6f479179 100644 --- a/editor/src/components/inspector/sections/component-section/data-selector-modal.tsx +++ b/editor/src/components/inspector/sections/component-section/data-selector-modal.tsx @@ -411,32 +411,6 @@ export const DataSelectorModal = React.memo( ...style, }} > - {/* Scope Selector Breadcrumbs */} - - {elementLabelsWithScopes.map(({ label, scope, hasContent }, idx, a) => ( - -
- {label} -
- {idx < a.length - 1 ? ( - {'/'} - ) : null} -
- ))} -
{/* top bar */} @@ -630,6 +604,32 @@ export const DataSelectorModal = React.memo( , )} + {/* Scope Selector Breadcrumbs */} + + {elementLabelsWithScopes.map(({ label, scope, hasContent }, idx, a) => ( + +
+ {label} +
+ {idx < a.length - 1 ? ( + {'/'} + ) : null} +
+ ))} +