Skip to content

Commit

Permalink
Allow editing of gas price while loading on the confirm screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed May 17, 2019
1 parent b2bb2e6 commit 91bdef3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/app/selectors/custom-gas.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ function isCustomPriceSafe (state) {
return true
}

if (safeLow === null) {
return null
}

const customPriceSafe = conversionGreaterThan(
{
value: customGasPrice,
Expand Down

0 comments on commit 91bdef3

Please sign in to comment.