File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
src/components/ResizableLayout Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -253,15 +253,15 @@ export const CollapsableResizableColumn = ({
253253 return < > { splashIcon } </ > ;
254254 }
255255
256- if ( children . length === 1 ) {
257- return (
258- < StyledVertContiner bgColor = { theme . palette ?. background } >
259- < StyledVertFillerContiner bgColor = { theme . palette ?. background } >
260- { children [ 0 ] }
261- </ StyledVertFillerContiner >
262- </ StyledVertContiner >
263- ) ;
264- }
256+ // if (children.length === 1) {
257+ // return (
258+ // <StyledVertContiner bgColor={theme.palette?.background}>
259+ // <StyledVertFillerContiner bgColor={theme.palette?.background}>
260+ // {children[0]}
261+ // </StyledVertFillerContiner>
262+ // </StyledVertContiner>
263+ // );
264+ // }
265265
266266 return (
267267 < StyledVertContiner bgColor = { theme . palette ?. background } >
You can’t perform that action at this time.
0 commit comments