From d979aab7cbc69f864a0c68267b8cb896b112343d Mon Sep 17 00:00:00 2001 From: Reallag Date: Tue, 13 Jun 2023 19:32:21 +0200 Subject: [PATCH] =?UTF-8?q?O=C5=A1et=C5=99en=C3=AD=20p=C3=A1du=20aplikace?= =?UTF-8?q?=20p=C5=99i=20selh=C3=A1n=C3=AD=20food.api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/App.tsx | 4 ++-- client/src/notifikace.ts | 0 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 client/src/notifikace.ts diff --git a/client/src/App.tsx b/client/src/App.tsx index 7ba79fe..6efced3 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -154,13 +154,13 @@ function App() {

{name}

- {food.map((f: any, index: number) => + {food?.length>0?food.map((f: any, index: number) => - )} + ):

Hmmmmm podivné.... nic se nevrátilo

}
{f.amount} {f.name} {f.price}
diff --git a/client/src/notifikace.ts b/client/src/notifikace.ts deleted file mode 100644 index e69de29..0000000