Skip to content

Commit

Permalink
fix Type error
Browse files Browse the repository at this point in the history
  • Loading branch information
xilef45 committed Jan 31, 2023
1 parent 1281f81 commit c2cf9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deskstar-frontend/pages/bookings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function Bookings({
dayjs(booking?.startTime, {
utc: true,
}).format("DD.MM.YYYY HH:mm") +
" untill " +
" until " +
dayjs(booking?.endTime, {
utc: true,
}).format("DD.MM.YYYY HH:mm") +
Expand Down

0 comments on commit c2cf9d7

Please sign in to comment.