mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Prevent props error in swaps gas modal (#10001)
This commit is contained in:
parent
5fd6d1a8a6
commit
33b15b5c6f
@ -35,7 +35,7 @@ export default class GasModalPageContainer extends Component {
|
||||
disableSave: PropTypes.bool,
|
||||
customGasLimitMessage: PropTypes.string,
|
||||
customTotalSupplement: PropTypes.string,
|
||||
usdConversionRate: PropTypes.string,
|
||||
usdConversionRate: PropTypes.number,
|
||||
customGasPrice: PropTypes.string,
|
||||
customGasLimit: PropTypes.string,
|
||||
setSwapsCustomizationModalPrice: PropTypes.func,
|
||||
|
Loading…
Reference in New Issue
Block a user