From 56125eea2ea960ec742a3584fe15d011bb17becf Mon Sep 17 00:00:00 2001 From: Martin Berka Date: Wed, 24 Jan 2024 19:29:09 +0100 Subject: [PATCH] =?UTF-8?q?P=C5=99id=C3=A1n=C3=AD=20mo=C5=BEnosti=20"Rozho?= =?UTF-8?q?duji=20se"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/App.tsx | 1 + types/Types.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/client/src/App.tsx b/client/src/App.tsx index a01474d..5bb5acc 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -361,6 +361,7 @@ function App() { Poslední změny: {dayIndex != null && diff --git a/types/Types.ts b/types/Types.ts index 4cc717d..e90234a 100644 --- a/types/Types.ts +++ b/types/Types.ts @@ -115,6 +115,7 @@ export enum Locations { PIZZA = 'Pizza day', OBJEDNAVAM = 'Budu objednávat', NEOBEDVAM = 'Mám vlastní/neobědvám', + ROZHODUJI = 'Rozhoduji se', } export enum UdalostEnum {