Skip to content

Commit

Permalink
Allow advanced inline gas editing when there is an estimates unavaila…
Browse files Browse the repository at this point in the history
…ble error
  • Loading branch information
danjm committed Aug 17, 2021
1 parent 5cbece9 commit 7843129
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ export default function EditGasDisplay({
{!requireDappAcknowledgement &&
(showAdvancedForm ||
hasGasErrors ||
estimatesUnavailableWarning ||
showAdvancedInlineGasIfPossible) && (
<AdvancedGasControls
gasEstimateType={gasEstimateType}
Expand Down

0 comments on commit 7843129

Please sign in to comment.