From 82ed16715f6e4712e90db8f07e49a24e39f51b3c Mon Sep 17 00:00:00 2001 From: Martin Berka Date: Mon, 9 Mar 2026 07:40:38 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20odstran=C4=9Bn=C3=AD=20textu=20"nepovinn?= =?UTF-8?q?=C3=A9"?= 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 1743c5c..8ec9cc0 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -582,7 +582,7 @@ function App() { Je možné vybrat jen jednu možnost. Výběr jiné odstraní předchozí. {foodChoiceList && !closed && <> -

Na co dobrého? (nepovinné)

+

Na co dobrého?

{foodChoiceList.map((food, index) => )}