Skip to content

Commit

Permalink
[feat/#46] 빌드 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhoony committed Sep 26, 2024
1 parent cf4f0e7 commit fba4832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/ReportModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const ReportModal = (props: ModalProps): React.ReactElement => {
title,
email,
content: description,
}).then(({ data }) => {
}).then(() => {
if (onSubmit && typeof onSubmit === "function") onSubmit()
})
}
Expand Down

0 comments on commit fba4832

Please sign in to comment.