Skip to content

Commit

Permalink
Update Checkout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 18, 2024
1 parent 1a598cb commit 0a2022f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Checkout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ const Checkout = () => {

const _fr = language === 'fr'
const _locale = _fr ? fr : enUS
const _format = _fr ? 'eee d LLL kk:mm' : 'eee, d LLL, kk:mm'
const _format = _fr ? 'eee d LLL yyyy kk:mm' : 'eee, d LLL yyyy, p'
const bookingDetailHeight = env.AGENCY_IMAGE_HEIGHT + 10

return (
Expand Down

0 comments on commit 0a2022f

Please sign in to comment.