Skip to content

Commit 6087795

Browse files
committed
Fix: 타입 에러 수정
1 parent 327873c commit 6087795

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/modal/modalManager/ModalManager.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ export const Modal = () => {
3030
<AddModal
3131
list={
3232
props.list || [
33-
{ id: 1, name: "코딩팁", linkCount: 7, createAt: "" },
34-
{ id: 2, name: "채용 사이트", linkCount: 7, createAt: "" },
35-
{ id: 3, name: "유용한 글", linkCount: 7, createAt: "" },
36-
{ id: 4, name: "나만의 장소", linkCount: 7, createAt: "" },
33+
{ id: 1, name: "코딩팁", linkCount: 7, createdAt: "" },
34+
{ id: 2, name: "채용 사이트", linkCount: 7, createdAt: "" },
35+
{ id: 3, name: "유용한 글", linkCount: 7, createdAt: "" },
36+
{ id: 4, name: "나만의 장소", linkCount: 7, createdAt: "" },
3737
]
3838
}
3939
link={props.link || ""}

0 commit comments

Comments
 (0)