Skip to content

Commit b725211

Browse files
committed
refactor(Sprint10): 불필요한 주석 삭제
1 parent f5288aa commit b725211

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

my-app/pages/items/[id]/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ export default function Page({ todo }: { todo: Todo }) {
117117
}));
118118
};
119119

120-
// TODO: 페이지 이동이 지연되는 이유 디버깅하기
121-
122120
return (
123121
<>
124122
<div className={styles.container}>

0 commit comments

Comments
 (0)