From 84d8497e178a62ae6e031be58993414aecf7be1f Mon Sep 17 00:00:00 2001 From: hyu-dev Date: Sat, 30 Dec 2023 19:21:00 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20=EB=93=B1=EB=A1=9D=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=ED=91=9C=EC=8B=9C=20=EC=A1=B0=EA=B1=B4=20=EC=98=A4=EB=A5=98=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 --- src/components/templates/HomeTemplate/Week/WeekTemplate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/templates/HomeTemplate/Week/WeekTemplate.tsx b/src/components/templates/HomeTemplate/Week/WeekTemplate.tsx index 7d45f3a..b1a2357 100644 --- a/src/components/templates/HomeTemplate/Week/WeekTemplate.tsx +++ b/src/components/templates/HomeTemplate/Week/WeekTemplate.tsx @@ -135,7 +135,7 @@ export const WeekTemplate = () => { 아직 읽고 있는 책이 없어요. )} {/* 총 등록개수가 3개가 되면 버튼 숨김 */} - {(planData?.length ?? 0) < 3 && ( + {iconSize < 3 && (