Skip to content

Commit aa3ad03

Browse files
committed
fix(AsideNavigation): aside header is compact by default
1 parent ccf2424 commit aa3ad03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/AsideNavigation/AsideNavigation.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ function AsideNavigation(props: AsideNavigationProps) {
189189
onLogoIconClick={() => history.push('/')}
190190
menuItems={menuItems}
191191
settings={<UserSettings />}
192+
initIsCompact
192193
className={b()}
193194
renderContent={() => props.children}
194195
renderFooter={({isCompact, asideRef}) => (

0 commit comments

Comments
 (0)