Преглед изворни кода

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}