aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-03-20 03:23:06 +0800
committerDan <danjm.com@gmail.com>2018-03-20 03:23:06 +0800
commit2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421 (patch)
treef9aef3593a296118b83ab363f1551646281d06f8 /ui/app/components/pending-tx
parent4d1793b0ec364277765a8c8ec6026da904d51055 (diff)
downloadtangerine-wallet-browser-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.tar.gz
tangerine-wallet-browser-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.tar.zst
tangerine-wallet-browser-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.zip
Lint fixes.
Diffstat (limited to 'ui/app/components/pending-tx')
-rw-r--r--ui/app/components/pending-tx/confirm-deploy-contract.js3
-rw-r--r--ui/app/components/pending-tx/confirm-send-token.js3
2 files changed, 4 insertions, 2 deletions
diff --git a/ui/app/components/pending-tx/confirm-deploy-contract.js b/ui/app/components/pending-tx/confirm-deploy-contract.js
index bc93ad2f7..8e04fb84d 100644
--- a/ui/app/components/pending-tx/confirm-deploy-contract.js
+++ b/ui/app/components/pending-tx/confirm-deploy-contract.js
@@ -321,6 +321,7 @@ ConfirmDeployContract.propTypes = {
conversionRate: PropTypes.number,
currentCurrency: PropTypes.string,
selectedAddress: PropTypes.string,
+ localeMessages: PropTypes.object,
}
const mapStateToProps = state => {
@@ -347,4 +348,4 @@ const mapDispatchToProps = dispatch => {
}
}
-module.exports = connect(mapStateToProps, mapDispatchToProps)(ConfirmDeployContract) \ No newline at end of file
+module.exports = connect(mapStateToProps, mapDispatchToProps)(ConfirmDeployContract)
diff --git a/ui/app/components/pending-tx/confirm-send-token.js b/ui/app/components/pending-tx/confirm-send-token.js
index 238223321..4cd6f020b 100644
--- a/ui/app/components/pending-tx/confirm-send-token.js
+++ b/ui/app/components/pending-tx/confirm-send-token.js
@@ -378,7 +378,8 @@ ConfirmSendToken.prototype.render = function () {
this.renderTotalPlusGas(),
- ])
+ ]),
+
]),
h('form#pending-tx-form', {