Skip to content

Commit

Permalink
chore: TODO 주석
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo-o committed Aug 27, 2024
1 parent 728b499 commit b311b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const AssignmentForm = ({
const { register, setValue } = useFormContext<AssignmentApiRequestDto>();
const { title, descriptionLink } = assignment;

// TODO: onChange type이 달라 비제어 컴포넌트로 사용하지 못하는 문제 해결
return (
<Flex direction="column" gap="2.25rem">
<TextField
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const Assignments = async ({

const { year, month, day, hours, minutes } = parseISODate(deadline);

// TODO: 휴강처리 API 연결
return (
<>
<styled.header className={headerStyle}>
Expand Down

0 comments on commit b311b42

Please sign in to comment.