From 07bba8ad15554573160f31a789d4a905db69c7b9 Mon Sep 17 00:00:00 2001 From: SuJin Date: Mon, 1 Jan 2024 22:43:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20template=20time=20=EC=97=90=EB=9F=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/utils/EmptyDate.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/client/src/utils/EmptyDate.ts b/client/src/utils/EmptyDate.ts index b90987a..d6ea41b 100644 --- a/client/src/utils/EmptyDate.ts +++ b/client/src/utils/EmptyDate.ts @@ -1,6 +1,8 @@ export const EmptyDate = [ { '2023-01-00': { + '0900': true, + '0930': true, '1000': true, '1030': true, '1100': true, @@ -25,6 +27,8 @@ export const EmptyDate = [ '2030': true, }, '2023-02-00': { + '0900': true, + '0930': true, '1000': true, '1030': true, '1100': true, @@ -49,6 +53,8 @@ export const EmptyDate = [ '2030': true, }, '2023-03-00': { + '0900': true, + '0930': true, '1000': true, '1030': true, '1100': true, @@ -73,6 +79,8 @@ export const EmptyDate = [ '2030': true, }, '2023-04-00': { + '0900': true, + '0930': true, '1000': true, '1030': true, '1100': true, @@ -97,6 +105,8 @@ export const EmptyDate = [ '2030': true, }, '2023-05-00': { + '0900': true, + '0930': true, '1000': true, '1030': true, '1100': true, @@ -121,6 +131,8 @@ export const EmptyDate = [ '2030': true, }, '2023-06-00': { + '0900': true, + '0930': true, '1000': true, '1030': true, '1100': true,