Skip to content

Commit

Permalink
fix: template time 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SujinKim1127 committed Jan 1, 2024
1 parent 3f6fd77 commit 07bba8a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions client/src/utils/EmptyDate.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export const EmptyDate = [
{
'2023-01-00': {
'0900': true,
'0930': true,
'1000': true,
'1030': true,
'1100': true,
Expand All @@ -25,6 +27,8 @@ export const EmptyDate = [
'2030': true,
},
'2023-02-00': {
'0900': true,
'0930': true,
'1000': true,
'1030': true,
'1100': true,
Expand All @@ -49,6 +53,8 @@ export const EmptyDate = [
'2030': true,
},
'2023-03-00': {
'0900': true,
'0930': true,
'1000': true,
'1030': true,
'1100': true,
Expand All @@ -73,6 +79,8 @@ export const EmptyDate = [
'2030': true,
},
'2023-04-00': {
'0900': true,
'0930': true,
'1000': true,
'1030': true,
'1100': true,
Expand All @@ -97,6 +105,8 @@ export const EmptyDate = [
'2030': true,
},
'2023-05-00': {
'0900': true,
'0930': true,
'1000': true,
'1030': true,
'1100': true,
Expand All @@ -121,6 +131,8 @@ export const EmptyDate = [
'2030': true,
},
'2023-06-00': {
'0900': true,
'0930': true,
'1000': true,
'1030': true,
'1100': true,
Expand Down

0 comments on commit 07bba8a

Please sign in to comment.