Skip to content

Commit

Permalink
Update BookingHistory.js
Browse files Browse the repository at this point in the history
  • Loading branch information
VidwaDeSeram committed Jan 3, 2024
1 parent 08d1129 commit f392605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/BookingHistory.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function BookingHistory() {
{new Date(booking.movieId.startDate).toLocaleDateString()}
</p>
<p className="booking-form-group-data">
{convertTo12HourFormat(booking.showTimeId.startTime)}
{convertTo12HourFormat(booking.movieId.showTimeId.startTime)}
</p>
<p className="booking-form-group-data">{booking.movieId.name}</p>
<p className="booking-form-group-data">
Expand Down

0 comments on commit f392605

Please sign in to comment.