Fix propTypes for TransactionBreakdown component (#7848)

feature/default_network_editable
Whymarrh Whitby 5 years ago committed by GitHub
parent 7c7f121fe3
commit 000fcfdfcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/components/app/transaction-breakdown/transaction-breakdown.component.js

@ -14,7 +14,7 @@ export default class TransactionBreakdown extends PureComponent {
static propTypes = {
className: PropTypes.string,
nativeCurrency: PropTypes.string.isRequired,
nativeCurrency: PropTypes.string,
showFiat: PropTypes.bool,
gas: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
gasPrice: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),

Loading…
Cancel
Save