소스 검색

fixed the design on the btn version in the timeline

AlexiCauvin 7 년 전
부모
커밋
f2b8bd392a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/component/Timeline/Timeline.jsx

+ 1 - 1
src/component/Timeline/Timeline.jsx 파일 보기

@@ -61,7 +61,7 @@ const Timeline = props => {
61 61
 
62 62
             case 'version':
63 63
               return <Version
64
-                customClass={props.customClas}
64
+                customClass={props.customClass}
65 65
                 createdAt={content.createdAt}
66 66
                 number={content.number}
67 67
                 key={content.id}