diff --git a/services/web/frontend/js/features/source-editor/components/review-panel/container.tsx b/services/web/frontend/js/features/source-editor/components/review-panel/container.tsx index 4b49f1c05c..62a1db89f0 100644 --- a/services/web/frontend/js/features/source-editor/components/review-panel/container.tsx +++ b/services/web/frontend/js/features/source-editor/components/review-panel/container.tsx @@ -1,3 +1,4 @@ +import Toggler from './toggler' import Toolbar from './toolbar/toolbar' import Nav from './nav' import classnames from 'classnames' @@ -17,6 +18,7 @@ function Container({ children, classNames, ...rest }: ContainerProps) { {...rest} data-testid="review-panel" > + {children}