Skip to content

Commit

Permalink
Fix: 여정아이템 toLocaleString 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHiHo committed Jan 22, 2024
1 parent ad8818a commit d3f5e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Plan/PlanItemBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const PlanItemBox = ({
{item.category}
</div>
<div className="mt-[15px] text-sm font-bold text-black">
{item.price}
{item.price.toLocaleString()}
</div>
</div>
</div>
Expand Down

0 comments on commit d3f5e18

Please sign in to comment.