Skip to content

Commit 3063331

Browse files
Fix typo
1 parent a393450 commit 3063331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/time.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const getDates = (start, end) => {
6969
startDay: isValid(startDate) ? format(startDate, "d MMMM yyyy") : "",
7070
endDay: isValid(endDate) ? format(endDate, "d MMMM yyyy") : "",
7171
startTime: isValid(startDate)
72-
? format(endDate, "d MMMM yyyy - h:mm a")
72+
? format(startDate, "d MMMM yyyy - h:mm a")
7373
: "",
7474
endTime: isValid(endDate) ? format(endDate, "d MMMM yyyy - h:mm a") : "",
7575
daysDuration,

0 commit comments

Comments
 (0)