Refactor NavCollapse button (#1625)

This commit is contained in:
Charles Bochet
2023-09-16 19:20:17 -07:00
committed by GitHub
parent 82ac84ee7c
commit 43a5535739
4 changed files with 30 additions and 44 deletions

View File

@ -96,7 +96,7 @@ export const PageHeader = ({
<StyledLeftContainer>
{!isNavbarOpened && (
<StyledTopBarButtonContainer>
<NavCollapseButton direction="right" hide={true} />
<NavCollapseButton direction="right" />
</StyledTopBarButtonContainer>
)}
{hasBackButton && (