Web: Common: added withScroll prop to PageLayout

This commit is contained in:
Nikita Gopienko 2020-06-03 15:03:33 +03:00
parent b7969e6bfb
commit 462c513aa8

View File

@ -104,7 +104,7 @@ class SectionBody extends React.Component {
{renderBody()} {renderBody()}
</StyledDropZoneBody> </StyledDropZoneBody>
) : ( ) : (
<StyledSectionBody> <StyledSectionBody withScroll={withScroll}>
{renderBody()} {renderBody()}
</StyledSectionBody> </StyledSectionBody>
) )