Skip to content

Commit

Permalink
fix: remove duplicate removeText prop type
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 7889739 commit b08130c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package/src/components/CartItem/v1/CartItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,14 +270,10 @@ class CartItem extends Component {
* Text to display inside the remove button
*/
removeText: PropTypes.string,
/**
* The text for the "Remove" button text.
*/
removeText: PropTypes.string,
/**
* The text for the "Total" title text.
*/
totalText: PropTypes.string,
totalText: PropTypes.string
};

static defaultProps = {
Expand Down

0 comments on commit b08130c

Please sign in to comment.