fix InsideGroup Navigation styling bug

This commit is contained in:
namushka 2024-02-19 14:43:38 +03:00
parent 16de35ce3d
commit fe8ecd4b65

View File

@ -118,6 +118,7 @@ const DropBox = React.forwardRef<HTMLDivElement, IDropBoxProps>(
toggleInfoPanel={toggleInfoPanel}
toggleDropBox={toggleDropBox}
isInfoPanelVisible={isInfoPanelVisible}
showTitle
/>
</StyledContainer>