1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix propTypes for TransactionBreakdown component (#7848)

This commit is contained in:
Whymarrh Whitby 2020-01-16 18:19:38 -03:30 committed by GitHub
parent 7c7f121fe3
commit 000fcfdfcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]),