Skip to content

Commit

Permalink
fix: fixed default props passed as object instead of static
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 Nov 27, 2019
1 parent 7cb3f82 commit 02017c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/components/CartItemDetail/v1/CartItemDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class CartItemDetail extends Component {
title: PropTypes.string
};

static defaultProps: {
static defaultProps = {
quantityText: "Quantity"
}

Expand Down

0 comments on commit 02017c5

Please sign in to comment.