remove unused property
This commit is contained in:
parent
65f65f1aea
commit
b5dc588e23
1 changed files with 0 additions and 2 deletions
|
@ -71,7 +71,6 @@ export class CreditAmount extends React.PureComponent {
|
||||||
showFullPrice: React.PropTypes.bool,
|
showFullPrice: React.PropTypes.bool,
|
||||||
showPlus: React.PropTypes.bool,
|
showPlus: React.PropTypes.bool,
|
||||||
look: React.PropTypes.oneOf(["indicator", "plain", "fee"]),
|
look: React.PropTypes.oneOf(["indicator", "plain", "fee"]),
|
||||||
fee: React.PropTypes.bool,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static defaultProps = {
|
static defaultProps = {
|
||||||
|
@ -81,7 +80,6 @@ export class CreditAmount extends React.PureComponent {
|
||||||
look: "indicator",
|
look: "indicator",
|
||||||
showFullPrice: false,
|
showFullPrice: false,
|
||||||
showPlus: false,
|
showPlus: false,
|
||||||
fee: false,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue