aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-10-24 15:43:12 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-10-24 15:43:12 +0800
commit4336794355e819f798343e0de3cea6933c8121ee (patch)
tree342c3573d7faf523e81acebc10e8bc72a18c55da /ui/app/components/modals
parentba9cefb24e61e570407154c37b6cc30b22829667 (diff)
downloadtangerine-wallet-browser-4336794355e819f798343e0de3cea6933c8121ee.tar.gz
tangerine-wallet-browser-4336794355e819f798343e0de3cea6933c8121ee.tar.zst
tangerine-wallet-browser-4336794355e819f798343e0de3cea6933c8121ee.zip
Fix styling in private key modal
Diffstat (limited to 'ui/app/components/modals')
-rw-r--r--ui/app/components/modals/export-private-key-modal.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/components/modals/export-private-key-modal.js b/ui/app/components/modals/export-private-key-modal.js
index 302596eda..80d7779ef 100644
--- a/ui/app/components/modals/export-private-key-modal.js
+++ b/ui/app/components/modals/export-private-key-modal.js
@@ -66,7 +66,6 @@ ExportPrivateKeyModal.prototype.renderPasswordInput = function (privateKey) {
})
: h('input.private-key-password-input', {
type: 'password',
- placeholder: 'Type password',
onChange: event => this.setState({ password: event.target.value }),
})
}