Skip to content

Commit 6d8c45b

Browse files
authored
Merge pull request #4624 from narekcat/issue-4619
fix: #issue 4619
2 parents beca4f0 + f0d73f1 commit 6d8c45b

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)