浏览代码

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}