Hotfix hide collapse button

This commit is contained in:
Charles Bochet
2023-08-25 14:25:00 +02:00
parent edff69b2f6
commit 9d129b1ef8

View File

@ -85,7 +85,7 @@ export function PageHeader({ title, hasBackButton, icon, children }: OwnProps) {
<StyledLeftContainer>
{!isNavbarOpened && (
<StyledTopBarButtonContainer>
<NavCollapseButton direction="right" />
<NavCollapseButton direction="right" hide={true} />
</StyledTopBarButtonContainer>
)}
{hasBackButton && (