aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/pending-tx.js')
-rw-r--r--ui/app/components/pending-tx.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js
index 23b0dc00f..3c898edec 100644
--- a/ui/app/components/pending-tx.js
+++ b/ui/app/components/pending-tx.js
@@ -12,12 +12,7 @@ function PendingTx () {
PendingTx.prototype.render = function () {
const props = this.props
- const state = this.state || {}
const txData = props.txData
- const txParams = txData.txParams
-
- const gas = state.gas || txParams.gas
- const gasPrice = state.gasPrice || txData.gasPrice
return (