Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/MainSideBar/index.js
|
@ -139,7 +139,7 @@ class MainSideBar extends PureComponent<Props> { |
|
|
/> |
|
|
/> |
|
|
))} |
|
|
))} |
|
|
</SideBarList> |
|
|
</SideBarList> |
|
|
<Space of={15} /> |
|
|
<Space of={30} /> |
|
|
</GrowScroll> |
|
|
</GrowScroll> |
|
|
</Box> |
|
|
</Box> |
|
|
) |
|
|
) |
|
|