Skip to content

Commit

Permalink
SUL23-580 SUL23-538: Added in the at to the time string
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Aug 12, 2024
1 parent 0565a35 commit 06c2d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/hooks/useTodayLibraryHours.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const useTodayLibraryHours = (branchId?: string): HoursProps | undefined => {

if (nextOpenDateTime.getMinutes() !== 0) format.minute = "2-digit"

nextOpeningTime += " " + nextOpenDateTime.toLocaleString("en-us", format).toLowerCase()
nextOpeningTime += " at " + nextOpenDateTime.toLocaleString("en-us", format).toLowerCase()
}
}

Expand Down

0 comments on commit 06c2d73

Please sign in to comment.