From aba9154424432058e3e3dbf4bb7419289a14af4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=90=E1=85=A2=E1=84=92=E1=85=AE?= =?UTF-8?q?=E1=86=AB?= Date: Mon, 12 Aug 2024 20:59:18 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20"=EC=A0=95=EC=82=B0=20=EC=B4=88=EB=8C=80?= =?UTF-8?q?=ED=95=98=EA=B8=B0"=EC=97=90=EC=84=9C=EB=8F=84=20=EC=8B=A4?= =?UTF-8?q?=ED=96=89=20=ED=99=98=EA=B2=BD=EC=97=90=20=EB=94=B0=EB=9D=BC=20?= =?UTF-8?q?=EB=A7=81=ED=81=AC=EA=B0=80=20=EB=B3=80=EA=B2=BD=EB=90=98?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/EventPage/EventPageLayout.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/pages/EventPage/EventPageLayout.tsx b/client/src/pages/EventPage/EventPageLayout.tsx index b3cdec023..68f3ecb4a 100644 --- a/client/src/pages/EventPage/EventPageLayout.tsx +++ b/client/src/pages/EventPage/EventPageLayout.tsx @@ -44,13 +44,15 @@ const EventPageLayout = () => { const {showToast} = useToast(); + const env = process.env.NODE_ENV || ''; + return ( showToast({ showingTime: 3000,