From 11e154dba097347a39a7b7a010df274013bd2c10 Mon Sep 17 00:00:00 2001 From: nimod7890 Date: Thu, 22 Aug 2024 22:49:24 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=84=A0=EC=B0=A9=EC=88=9C=20=EC=9D=B4?= =?UTF-8?q?=EB=B2=A4=ED=8A=B8=20=ED=80=B4=EC=A6=88=20=EC=98=A4=ED=94=88=20?= =?UTF-8?q?=EC=8B=9C=EA=B0=84=20=EC=98=A4=EC=A0=84=2010=EC=8B=9C=2015?= =?UTF-8?q?=EB=B6=84=EC=9C=BC=EB=A1=9C=20=EC=9E=84=EC=8B=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20for=20demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/user/src/components/layout/fcfsController/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/user/src/components/layout/fcfsController/index.tsx b/packages/user/src/components/layout/fcfsController/index.tsx index cf358d64..979b2285 100644 --- a/packages/user/src/components/layout/fcfsController/index.tsx +++ b/packages/user/src/components/layout/fcfsController/index.tsx @@ -5,7 +5,7 @@ import TriggerButtonLike from './TriggerButtonLike.tsx'; const FCFSModal = lazy(() => import('src/components/shared/modal/fcfs/index.tsx')); -const EVENT_OPEN_HOUR = 15; +const EVENT_OPEN_HOUR = 10; const EVENT_OPEN_MINUTE = 15; const ProtectedFCFSButton = withAuth(() => (