Skip to content

Commit

Permalink
feat: delete reportType
Browse files Browse the repository at this point in the history
  • Loading branch information
KRimwoo committed Jan 14, 2024
1 parent 864295b commit 305e438
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app/panel/OthersProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const OthersProfile = ({ name, userId, children }: IOthersProfile) => {
<ReportModal
isModalOpen={isOpen}
handleClose={closeModal}
reportType="user"
targetId={userId}
/>
</div>
Expand Down
1 change: 0 additions & 1 deletion src/components/ReportModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import IToastProps from '@/types/IToastProps'
interface IReportModalProps {
isModalOpen: boolean
handleClose: () => void
reportType: 'user' | 'showcase' | 'recruit'
targetId: string
}

Expand Down

0 comments on commit 305e438

Please sign in to comment.