From 4ff57b92c2cfa7ef6bbbe196b89299bf540765f6 Mon Sep 17 00:00:00 2001 From: kyu <2066apple@naver.com> Date: Sat, 16 Sep 2023 13:59:46 +0900 Subject: [PATCH] =?UTF-8?q?[=20fix=20]=20card=20=EC=BB=B4=ED=8F=AC?= =?UTF-8?q?=EB=84=8C=ED=8A=B8=20key=EA=B0=92=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/nottodo/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/nottodo/index.tsx b/src/pages/nottodo/index.tsx index 2cc234d..e6db73e 100644 --- a/src/pages/nottodo/index.tsx +++ b/src/pages/nottodo/index.tsx @@ -110,9 +110,9 @@ export default function NotTodoPage() { {nottodoList .filter((v) => (progressState !== '' ? v.progressState === progressState : true)) - .map((v, index) => ( + .map((v) => (