File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sdk/react/src/lib/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ export const SettingsContextPane = ({
211
211
} , [ settings ] ) ;
212
212
213
213
return (
214
- < div className = { cx ( styleContextPaneStyle , 'context-pane-content' ) } >
214
+ < div className = 'context-pane-content' >
215
215
{
216
216
selectedComponent &&
217
217
< SelectedComponentBreadcrumbs
@@ -237,7 +237,7 @@ export const SettingsContextPane = ({
237
237
</ >
238
238
}
239
239
{
240
- ! selectedComponent && < >
240
+ ! selectedComponent && < div className = { cx ( styleContextPaneStyle ) } >
241
241
< Checkbox
242
242
id = 'setFragmentAsTemplate'
243
243
checked = { fragment . labels && fragment . labels . includes ( 'template' ) }
@@ -291,7 +291,7 @@ export const SettingsContextPane = ({
291
291
className = { tooltipStyle } >
292
292
micro layout
293
293
</ DefinitionTooltip >
294
- </ >
294
+ </ div >
295
295
}
296
296
</ div >
297
297
}
You can’t perform that action at this time.
0 commit comments