Skip to content

Commit

Permalink
fix: trailing comma
Browse files Browse the repository at this point in the history
Signed-off-by: Haris Spahija <haris.spahija@pon.com>
  • Loading branch information
HarisSpahijaPon committed Dec 9, 2019
1 parent b08130c commit fab85cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/components/CartItem/v1/CartItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ class CartItem extends Component {
quantity,
isLowQuantity,
price: { displayAmount: displayPrice },
subtotal,
subtotal
},
removeText,
totalText
Expand Down

0 comments on commit fab85cb

Please sign in to comment.