Skip to content

Commit

Permalink
fix: 단위 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Oct 25, 2024
1 parent 097685f commit f490037
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/product/TopProduct.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ const TopProduct = memo(({ summary }: TopProductProps) => {
</div>

<div className="flex mt-[10px ] ml-[20px]">
<div className="text-gray-400">{item.price}</div>
<div className="text-gray-400">
{item.price.toLocaleString()}
</div>
<div
className={`ml-[3px] ${
item.lastDivide_rate > 0
Expand Down

0 comments on commit f490037

Please sign in to comment.