aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/dropdowns/account-selection-dropdown.js
diff options
context:
space:
mode:
authorJacky Chan <jchan@uber.com>2017-08-31 19:08:11 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-05 06:57:43 +0800
commitb1fc290bed26ae0ea8d182340854c82cc1f3d12d (patch)
tree432b6564f25813658dca2345f6e19a2098050dc6 /ui/app/components/dropdowns/account-selection-dropdown.js
parent0d6e64bfbedf88c6ac1472c0c730262804a4b90b (diff)
downloadtangerine-wallet-browser-b1fc290bed26ae0ea8d182340854c82cc1f3d12d.tar.gz
tangerine-wallet-browser-b1fc290bed26ae0ea8d182340854c82cc1f3d12d.tar.zst
tangerine-wallet-browser-b1fc290bed26ae0ea8d182340854c82cc1f3d12d.zip
Fix menu style
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 7a8502d18..b1f4d68ce 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,