We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc52f5 commit c4a6b57Copy full SHA for c4a6b57
front/src/applications/stdcm/hooks/useLinkedTrainSearch.ts
@@ -29,7 +29,6 @@ const useLinkedTrainSearch = () => {
29
30
const selectableSlot = useMemo(() => {
31
const startDate = searchDatetimeWindow ? new Date(searchDatetimeWindow.begin) : new Date();
32
- startDate.setUTCHours(0, 0, 0);
33
return {
34
start: startDate,
35
end: searchDatetimeWindow?.end || startDate,
0 commit comments