Skip to content

Commit 43f246d

Browse files
committed
UPdate cart
1 parent dc66bd8 commit 43f246d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/cart/cart-item.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ const CartItem = ( {
118118

119119
<footer className="cart-product-footer flex justify-between p-4 border-t border-brand-bright-grey">
120120
<div className="">
121-
{/*<span className="cart-product-price">{ ( 'string' !== typeof item?.data?.price ) ? item?.data?.price.toFixed( 2 ) : item?.data?.price }</span>*/}
122121
<span className="cart-total-price">{item?.currency}{item?.line_subtotal}</span>
123122
</div>
124123
{ updatingProduct ? <img className="woo-next-cart-item-spinner" width="24" src="/cart-spinner.gif" alt="spinner"/> : null }

0 commit comments

Comments
 (0)