Skip to content

Commit

Permalink
Update BookingList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 18, 2024
1 parent d468436 commit 107940d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/components/BookingList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ const BookingList = ({

const _fr = language === 'fr'
const _locale = _fr ? dfnsFR : dfnsENUS
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, kk:mm'
const bookingDetailHeight = env.SUPPLIER_IMAGE_HEIGHT + 10

return (
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/BookingList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ const BookingList = ({

const _fr = language === 'fr'
const _locale = _fr ? dfnsFR : dfnsENUS
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, kk:mm'
const bookingDetailHeight = env.SUPPLIER_IMAGE_HEIGHT + 10

return (
Expand Down

0 comments on commit 107940d

Please sign in to comment.