mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 04:20:53 +01:00
Allow advanced inline gas editing when there is an estimates unavailable error (#11859)
This commit is contained in:
parent
5cbece90c0
commit
84036aacb6
@ -252,6 +252,7 @@ export default function EditGasDisplay({
|
|||||||
{!requireDappAcknowledgement &&
|
{!requireDappAcknowledgement &&
|
||||||
(showAdvancedForm ||
|
(showAdvancedForm ||
|
||||||
hasGasErrors ||
|
hasGasErrors ||
|
||||||
|
estimatesUnavailableWarning ||
|
||||||
showAdvancedInlineGasIfPossible) && (
|
showAdvancedInlineGasIfPossible) && (
|
||||||
<AdvancedGasControls
|
<AdvancedGasControls
|
||||||
gasEstimateType={gasEstimateType}
|
gasEstimateType={gasEstimateType}
|
||||||
|
Loading…
Reference in New Issue
Block a user