Skip to content

Commit 1077728

Browse files
committed
Cleanup
1 parent a902452 commit 1077728

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/Checkout/OrderDetailsCartItem.component.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@ const OrderDetailsCartItem = ({ item }) => {
1313
alt={item.image.title}
1414
/>
1515
</td>
16-
1716
<td className="px-4 py-2 border">{item.name}</td>
18-
1917
<td className="px-4 py-2 border">
2018
kr {'string' !== typeof item.price ? item.price.toFixed(2) : item.price}
2119
</td>
22-
2320
<td className="px-4 py-2 border">{item.qty}</td>
24-
2521
<td className="px-4 py-2 border">
2622
{'string' !== typeof item.totalPrice
2723
? totalPrice.toFixed(2)

0 commit comments

Comments
 (0)