Skip to content

Commit

Permalink
chore: type error 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieonn committed Dec 19, 2024
1 parent 371ef28 commit 6bbddf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function ReviewableService() {
},
]}
status="가윗컷 + 곰돌이컷"
payment={formatCurrency(statusItemData.payment)}
payment={statusItemData.payment}
onClick={statusItemData.onClick}
/>
</div>
Expand Down

0 comments on commit 6bbddf5

Please sign in to comment.