aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/dropdowns/account-selection-dropdown.js
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-09-05 06:55:14 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-05 06:57:43 +0800
commit75c3009f839f94a19830673673f4b9ac25342633 (patch)
tree2420c6c282bfd562cac8ed9d6f5e8867d6494002 /ui/app/components/dropdowns/account-selection-dropdown.js
parent9213789c44beaf4bf734bc6192dc646d706d5c44 (diff)
downloadtangerine-wallet-browser-75c3009f839f94a19830673673f4b9ac25342633.tar.gz
tangerine-wallet-browser-75c3009f839f94a19830673673f4b9ac25342633.tar.zst
tangerine-wallet-browser-75c3009f839f94a19830673673f4b9ac25342633.zip
Fix header style; Address comments
Diffstat (limited to 'ui/app/components/dropdowns/account-selection-dropdown.js')
-rw-r--r--ui/app/components/dropdowns/account-selection-dropdown.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/dropdowns/account-selection-dropdown.js b/ui/app/components/dropdowns/account-selection-dropdown.js
index b1f4d68ce..7a8502d18 100644
--- a/ui/app/components/dropdowns/account-selection-dropdown.js
+++ b/ui/app/components/dropdowns/account-selection-dropdown.js
@@ -15,7 +15,7 @@ module.exports = AccountSelectionDropdown
// TODO: selectedAddress is not defined... should we use selected?
AccountSelectionDropdown.prototype.render = function () {
const { selected, network, identities, style, dropdownWrapperStyle, menuItemStyles } = this.props
- console.log({style})
+
return h(AccountDropdowns, {
enableAccountOptions: false,
enableAccountsSelector: true,