aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/pending-tx.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js
index c0786d83e..b2195804e 100644
--- a/ui/app/components/pending-tx.js
+++ b/ui/app/components/pending-tx.js
@@ -414,6 +414,7 @@ PendingTx.prototype.resetGasFields = function () {
this.setState({
gas: txData.txParams.gas,
gasPrice: txData.gasPrice,
+ valid: true,
})
}