1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

modify: fix sidenav style for folded mode

This commit is contained in:
sota1235
2017-01-03 17:56:30 +09:00
parent 24ee71ac06
commit cba743c895
3 changed files with 32 additions and 2 deletions

View File

@@ -71,6 +71,7 @@ class SideNav extends React.Component {
</div>
<SideNavFilter
isFolded={isFolded}
isHomeActive={isHomeActive}
handleAllNotesButtonClick={(e) => this.handleHomeButtonClick(e)}
isStarredActive={isStarredActive}