We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313a5cd commit 410c031Copy full SHA for 410c031
src/components/product/detail/art/ArtProfit.tsx
@@ -43,7 +43,7 @@ const ArtProfit = ({ url }: { url: string }) => {
43
<div className=" flex ">
44
<div className="text-gray-400 w-[150px]">총 모집액</div>
45
<div className="flex-1">
46
- {data?.artPublish?.totalPrice.toLocaleString()}원
+ {Number(data?.artPublish?.totalPrice).toLocaleString()}원
47
</div>
48
49
0 commit comments