[Refactor] 상담일지 페이지 코드 구조 개선 #60
Annotations
4 errors
ci
Process completed with exit code 2.
|
ci:
src/pages/Homework/EditHomework.tsx#L82
Property 'name' is missing in type '{ deadline: string; setDeadline: Dispatch<SetStateAction<string>>; isAble: boolean; text: string; }' but required in type 'PickDateProps'.
|
ci:
src/pages/Homework/CreateHomework.tsx#L68
Property 'name' is missing in type '{ deadline: string; setDeadline: Dispatch<SetStateAction<string>>; isAble: true; text: string; }' but required in type 'PickDateProps'.
|
ci:
src/pages/Deposit/CreatePayment.tsx#L63
Property 'name' is missing in type '{ deadline: string; setDeadline: Dispatch<SetStateAction<string>>; isAble: true; text: string; onlyDate: true; }' but required in type 'PickDateProps'.
|