hidden info panel toggler

This commit is contained in:
Elyor Djalilov 2024-05-21 18:31:24 +05:00
parent 7ee6f70bde
commit fdcb0c4be4

View File

@ -466,6 +466,8 @@ const SectionHeaderContent = (props) => {
? isPeopleHeaderIndeterminate
: isSetupleHeaderIndeterminate;
const withoutInfoPanelToggler = isSessionsPage ? true : false;
return (
<StyledContainer isHeaderVisible={isHeaderVisible}>
{isHeaderVisible ? (
@ -477,6 +479,7 @@ const SectionHeaderContent = (props) => {
isIndeterminate={isHeaderIndeterminate}
headerMenu={headerMenu}
withComboBox
withoutInfoPanelToggler={withoutInfoPanelToggler}
/>
</div>
) : !isLoadedSectionHeader ? (