From 3ad025af498f7c1d9fc47eab44043c744e69bff5 Mon Sep 17 00:00:00 2001 From: moonseonghui Date: Mon, 27 Nov 2023 16:02:38 +0900 Subject: [PATCH] =?UTF-8?q?[FE]=20FIX:=20=EC=98=A4=ED=94=88=EC=98=88?= =?UTF-8?q?=EC=A0=95=EC=97=90=EC=84=9C=20=EC=82=AC=EC=9A=A9=EA=B0=80?= =?UTF-8?q?=EB=8A=A5=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/LeftNav/LeftMainNav/LeftMainNav.tsx | 2 +- frontend/src/pages/PendingPage/PendingPage.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/LeftNav/LeftMainNav/LeftMainNav.tsx b/frontend/src/components/LeftNav/LeftMainNav/LeftMainNav.tsx index 9ca7510ab..018b7ae3d 100644 --- a/frontend/src/components/LeftNav/LeftMainNav/LeftMainNav.tsx +++ b/frontend/src/components/LeftNav/LeftMainNav/LeftMainNav.tsx @@ -70,7 +70,7 @@ const LeftMainNav = ({ } onClick={onClickPendingButton} > - 오픈예정 + 사용가능 diff --git a/frontend/src/pages/PendingPage/PendingPage.tsx b/frontend/src/pages/PendingPage/PendingPage.tsx index aad1e8768..72fda54f0 100644 --- a/frontend/src/pages/PendingPage/PendingPage.tsx +++ b/frontend/src/pages/PendingPage/PendingPage.tsx @@ -50,10 +50,10 @@ const PendingPage = () => { return ( - 오픈 예정 사물함 - + 사용 가능 사물함 + {/* 매일 오후 1시 일괄적으로 오픈됩니다.{" "} - + */} setIsOpenTime(true)} /> {isLoaded && pendingCabinets ? ( Object.entries(pendingCabinets).map(([key, value]) => (