diff --git a/client/src/App.tsx b/client/src/App.tsx index 5795aa5..fdac7cd 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -513,7 +513,7 @@ function App() { } const handleChangeDepartureTime = async (event: React.ChangeEvent) => { - if (foodChoiceList?.length && choiceRef.current?.value) { + if (choiceRef.current?.value) { await changeDepartureTime({ body: { time: event.target.value as DepartureTime, dayIndex } }); } } diff --git a/server/changelogs/2026-07-07.json b/server/changelogs/2026-07-07.json new file mode 100644 index 0000000..d9d4a66 --- /dev/null +++ b/server/changelogs/2026-07-07.json @@ -0,0 +1,3 @@ +[ + "Oprava: uložení preferovaného času odchodu i u podniku bez načteného menu" +]