Browse Source

fixed the design on the btn version in the timeline

AlexiCauvin 7 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
 
61
 
62
             case 'version':
62
             case 'version':
63
               return <Version
63
               return <Version
64
-                customClass={props.customClas}
64
+                customClass={props.customClass}
65
                 createdAt={content.createdAt}
65
                 createdAt={content.createdAt}
66
                 number={content.number}
66
                 number={content.number}
67
                 key={content.id}
67
                 key={content.id}