aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/confirm-deploy-contract.js
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@users.noreply.github.com>2018-03-17 07:39:00 +0800
committerGitHub <noreply@github.com>2018-03-17 07:39:00 +0800
commit4512243290fc08f1202360ab3f5f0b2b21bb0393 (patch)
tree884fddb64639e3ac41a2743f289a58e45f670631 /ui/app/components/pending-tx/confirm-deploy-contract.js
parent3bc8493166f14f075e688fe1050a035f4fa69c12 (diff)
downloadtangerine-wallet-browser-4512243290fc08f1202360ab3f5f0b2b21bb0393.tar.gz
tangerine-wallet-browser-4512243290fc08f1202360ab3f5f0b2b21bb0393.tar.zst
tangerine-wallet-browser-4512243290fc08f1202360ab3f5f0b2b21bb0393.zip
Fix styling on confirm-send-ether and confirm-send-token (#3600)
Diffstat (limited to 'ui/app/components/pending-tx/confirm-deploy-contract.js')
-rw-r--r--ui/app/components/pending-tx/confirm-deploy-contract.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pending-tx/confirm-deploy-contract.js b/ui/app/components/pending-tx/confirm-deploy-contract.js
index e7c4c536b..4810bb515 100644
--- a/ui/app/components/pending-tx/confirm-deploy-contract.js
+++ b/ui/app/components/pending-tx/confirm-deploy-contract.js
@@ -293,7 +293,7 @@ class ConfirmDeployContract extends Component {
]),
h('form#pending-tx-form', {
- onClick: event => this.onSubmit(event),
+ onSubmit: event => this.onSubmit(event),
}, [
h('.page-container__footer', [
// Cancel Button