Browse Source

fixed the design on the btn version in the timeline

AlexiCauvin 6 years ago
parent
commit
f2b8bd392a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/component/Timeline/Timeline.jsx

+ 1 - 1
src/component/Timeline/Timeline.jsx View File

@@ -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}