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:
parent
7c7f121fe3
commit
000fcfdfcc
@ -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…
Reference in New Issue
Block a user