aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/conf-tx.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-10-26 08:28:56 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-10-26 08:40:48 +0800
commitddf11011c9467209e6b9810dff2df84ea9e4a040 (patch)
treed286b54c776c132534e520ad177f278c617931b3 /ui/app/conf-tx.js
parent39d4fe311f694a659d1d1454159417719d552b9d (diff)
downloadtangerine-wallet-browser-ddf11011c9467209e6b9810dff2df84ea9e4a040.tar.gz
tangerine-wallet-browser-ddf11011c9467209e6b9810dff2df84ea9e4a040.tar.zst
tangerine-wallet-browser-ddf11011c9467209e6b9810dff2df84ea9e4a040.zip
Signature request fixes.
Diffstat (limited to 'ui/app/conf-tx.js')
-rw-r--r--ui/app/conf-tx.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/conf-tx.js b/ui/app/conf-tx.js
index fb5d2c0cf..97e0646e8 100644
--- a/ui/app/conf-tx.js
+++ b/ui/app/conf-tx.js
@@ -121,7 +121,7 @@ function currentTxView (opts) {
return h(PendingTx, opts)
} else if (msgParams) {
log.debug('msgParams detected, rendering pending msg')
-
+
return h(SignatureRequest, opts)
// if (type === 'eth_sign') {