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 bfb131f commit 0ddfcf8
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 @@ -730,7 +730,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.SUPPLIER_IMAGE_HEIGHT + 10
const days = bookcarsHelper.days(from, to)

Expand Down

0 comments on commit 0ddfcf8

Please sign in to comment.