소스 검색

[FIX] sidebar

Gogs 7 년 전
부모
커밋
e889592e07
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/components/common/Sidebar.js

+ 3 - 0
src/components/common/Sidebar.js

@@ -23,6 +23,9 @@ const styles = theme => ({
 })
 
 class Sidebar extends Component {
+    /**
+     * 
+     */
     render() {
         const { classes } = this.props