diff --git a/ui/components/app/gas-timing/gas-timing.component.js b/ui/components/app/gas-timing/gas-timing.component.js index edea0a924..5b93c552a 100644 --- a/ui/components/app/gas-timing/gas-timing.component.js +++ b/ui/components/app/gas-timing/gas-timing.component.js @@ -168,6 +168,6 @@ export default function GasTiming({ } GasTiming.propTypes = { - maxPriorityFeePerGas: PropTypes.string.isRequired, - maxFeePerGas: PropTypes.string.isRequired, + maxPriorityFeePerGas: PropTypes.string, + maxFeePerGas: PropTypes.string, };