react-vertical-timeline
react-vertical-timeline copied to clipboard
Do not create empty space for event if `date` is null
Currently, if leave the optional date
field as undefined, empty space will be rendered in the event timeline:
This change add check before rendering it: