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) => (