Skip to content

Commit

Permalink
fix: 머지머지
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Nov 28, 2023
2 parents 5bbcf4d + 13cc85f commit ce1e99e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 180 deletions.
2 changes: 1 addition & 1 deletion src/components/common/modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ReactNode } from 'react'

interface ModalProperties {
children: ReactNode
onClose: () => void
onClose?: () => void
}

const Modal = ({ children, onClose }: ModalProperties) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ const meta: Meta<typeof ScheduleProfileBox> = {
description: '삭제 함수를 입력해주세요',
control: { type: 'function' },
required: true
},
profileNode: {
description: '프로필을 보여줄꺼면 외부에서 리엑트 노드를 입력해주세요',
required: false
}
}
}
Expand Down
175 changes: 0 additions & 175 deletions src/pages/calendar/CalendarPage.tsx

This file was deleted.

0 comments on commit ce1e99e

Please sign in to comment.