stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.07k stars 158 forks source link

adds date if there's no date #30

Closed AndrewRayCode closed 4 years ago

AndrewRayCode commented 5 years ago

https://github.com/stephane-monnot/react-vertical-timeline/blob/master/src/VerticalTimelineElement.js#L65

adds date element

stephane-monnot commented 5 years ago

Could you give me more details please ?

AndrewRayCode commented 5 years ago

Should be {date && <span className="vertical-timeline-element-date">{date}</span>}