diff options
author | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-04 10:17:46 +0800 |
---|---|---|
committer | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-04 10:17:46 +0800 |
commit | baee076348a913529834f7d57239e2ded460aa0a (patch) | |
tree | 87b97769b4ccceb9bce0747e017f0af9a72cd789 /ui/app/components/account-dropdowns.js | |
parent | 6f14f4b717c7f1d86611994473ff7c33059218c6 (diff) | |
download | tangerine-wallet-browser-baee076348a913529834f7d57239e2ded460aa0a.tar tangerine-wallet-browser-baee076348a913529834f7d57239e2ded460aa0a.tar.gz tangerine-wallet-browser-baee076348a913529834f7d57239e2ded460aa0a.tar.bz2 tangerine-wallet-browser-baee076348a913529834f7d57239e2ded460aa0a.tar.lz tangerine-wallet-browser-baee076348a913529834f7d57239e2ded460aa0a.tar.xz tangerine-wallet-browser-baee076348a913529834f7d57239e2ded460aa0a.tar.zst tangerine-wallet-browser-baee076348a913529834f7d57239e2ded460aa0a.zip |
Lint ui/app
Diffstat (limited to 'ui/app/components/account-dropdowns.js')
-rw-r--r-- | ui/app/components/account-dropdowns.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/app/components/account-dropdowns.js b/ui/app/components/account-dropdowns.js index b4ae9f606..fc96ce6c5 100644 --- a/ui/app/components/account-dropdowns.js +++ b/ui/app/components/account-dropdowns.js @@ -37,7 +37,7 @@ class AccountDropdowns extends Component { }, style: { fontSize: '24px', - } + }, }, [ h( @@ -94,7 +94,7 @@ class AccountDropdowns extends Component { Identicon, { style: { - marginLeft: '10px' + marginLeft: '10px', }, diameter: 32, }, @@ -113,7 +113,7 @@ class AccountDropdowns extends Component { Identicon, { style: { - marginLeft: '10px' + marginLeft: '10px', }, diameter: 32, }, |