Skip to content

Commit f0d73f1

Browse files
committed
fix: #issue 4619
1 parent beca4f0 commit f0d73f1

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/ReviewOpportunityDetailsPage/Header/PhaseList

1 file changed

+1
-1
lines changed

src/shared/components/ReviewOpportunityDetailsPage/Header/PhaseList/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const renderPhase = phase => (
3131
{moment(phase.scheduledStartDate).format('MMM DD')}
3232
</strong>
3333
,
34-
{moment(phase.scheduledStartTime).format('hh:mma')}
34+
{moment(phase.scheduledStartDate).format('hh:mma')}
3535
</div>
3636
<div styleName="duration">
3737
{formatDuration(moment(phase.scheduledEndDate) - moment(phase.scheduledStartDate))}

0 commit comments

Comments
 (0)