From 9b0ba24f36d581fae8051fb09f9b54cd9806e43f Mon Sep 17 00:00:00 2001 From: surinkwon Date: Tue, 13 Aug 2024 23:30:28 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B3=80=EA=B2=BD=EB=90=9C=20=ED=98=95?= =?UTF-8?q?=EC=8B=9D=EC=97=90=20=EB=A7=9E=EA=B2=8C=20=EC=97=90=ED=94=BD=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EA=B5=AC=EC=A1=B0=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/backlog/EpicPage.tsx | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/frontend/src/pages/backlog/EpicPage.tsx b/frontend/src/pages/backlog/EpicPage.tsx index 17f1258..5f73559 100644 --- a/frontend/src/pages/backlog/EpicPage.tsx +++ b/frontend/src/pages/backlog/EpicPage.tsx @@ -40,19 +40,15 @@ const EpicPage = () => { : 0; return ( - 0} - lastTaskRankValue={ - taskList.length - ? taskList[taskList.length - 1].rankValue - : undefined - } - > + <> + 0} + /> {...taskList.map((task) => )} - + ); })} {showDetail ? (