Skip to content

Commit

Permalink
Merge pull request #97 from CAU-Capstone-FindIt/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kimtree24 authored Dec 10, 2024
2 parents 316804b + 4ac3a53 commit f705329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Detail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const Detail = () => {
return (
<Container isReturned={report.status === "RETURNED"}>
<TopNavBack></TopNavBack>
{isModal && <SearchModal findReports={modalData} onClose={closeModal} />}
{isModal && <SearchModal findReports={modalData} onClose={closeModal} pageType={pageType} />}
<Box isReturned={report.status === "RETURNED"}>
{report.status === "RETURNED" && (
<CompletedBadge src="/img/ClosedIcon.png" alt="거래완료" />
Expand Down

0 comments on commit f705329

Please sign in to comment.