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