implementation of dynamic timeline in first page

This commit is contained in:
AmirHossein Mahmoodi
2023-12-11 16:57:37 +03:30
parent 96ebf94bfe
commit 12d559d7c8

View File

@@ -49,7 +49,7 @@ const TimeLineDetails = () => {
<TimelineManager
key={index}
status={timeLine.status}
date={timeLine.dateLabel}
date={timeLine.date}
primaryLabel={timeLine.label.primary}
secondaryLabel={timeLine.label.secondary}
position={index === (timeLineList.length - 1) ? 'end' : ''}