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) =>
{f.amount} |
{f.name} |
{f.price} |
- )}
+ ):Hmmmmm podivné.... nic se nevrátilo
}
diff --git a/client/src/notifikace.ts b/client/src/notifikace.ts
deleted file mode 100644
index e69de29..0000000