From cc2cd77cea53ae6c53e2f24cc9eda7730dea236c Mon Sep 17 00:00:00 2001 From: Martin Berka Date: Wed, 5 Mar 2025 22:41:22 +0100 Subject: [PATCH] =?UTF-8?q?Oprava=20zobrazen=C3=AD=20n=C3=A1zvu=20podnik?= =?UTF-8?q?=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index 1bb8b7f..3a50a20 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -363,7 +363,7 @@ function App() { content =

Chyba načtení dat

} return -

doAddClickFoodChoice(location)}>{location}

+

doAddClickFoodChoice(location)}>{LunchChoice[location]}

{menu?.lastUpdate && Poslední aktualizace: {getHumanDateTime(new Date(menu.lastUpdate))}} {content}