Skip to content

Commit

Permalink
display booked event date in OrderDetailsDialog.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mbpictures committed Dec 14, 2023
1 parent 139a77c commit 4db76b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/admin/dialogs/OrderDetailsDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ export const OrderDetailsDialog = ({
<Typography>
Event: {getEventTitle(order.eventDate)}
<br />
Event Date: {new Date(order.eventDate.date).toLocaleString()}
<br />
OrderID: {order.id}
<br />
Date: {new Date(order.date).toLocaleString()}
Expand Down

0 comments on commit 4db76b1

Please sign in to comment.