Merge version_1 into main #6
@@ -135,7 +135,7 @@ const CartPage = () => {
|
||||
{item.name}
|
||||
</Link>
|
||||
<p className="text-2xl font-bold text-[#ff6207] mt-2">
|
||||
${item.price.toFixed(2)}
|
||||
${(item.price as number).toFixed(2)}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user