Skip to content

Commit 91bdef3

Browse files
committed
Allow editing of gas price while loading on the confirm screen.
1 parent b2bb2e6 commit 91bdef3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/app/selectors/custom-gas.js

+4
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ function isCustomPriceSafe (state) {
119119
return true
120120
}
121121

122+
if (safeLow === null) {
123+
return null
124+
}
125+
122126
const customPriceSafe = conversionGreaterThan(
123127
{
124128
value: customGasPrice,

0 commit comments

Comments
 (0)