aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send-content/send-from-row
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-04-27 18:41:18 +0800
committerDan <danjm.com@gmail.com>2018-04-27 18:41:18 +0800
commit33c16d1bf62133a87d8f24232ee85438a6b6a0e6 (patch)
treee92efaaf5a5a0a6ed75a336f3ee94b1b53cb357a /ui/app/components/send_/send-content/send-from-row
parent91c201aa72581a59a0d2ef73a225b1768584dea7 (diff)
downloadtangerine-wallet-browser-33c16d1bf62133a87d8f24232ee85438a6b6a0e6.tar.gz
tangerine-wallet-browser-33c16d1bf62133a87d8f24232ee85438a6b6a0e6.tar.zst
tangerine-wallet-browser-33c16d1bf62133a87d8f24232ee85438a6b6a0e6.zip
Fixes to get tests passing.
Diffstat (limited to 'ui/app/components/send_/send-content/send-from-row')
-rw-r--r--ui/app/components/send_/send-content/send-from-row/from-dropdown/from-dropdown.component.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/send_/send-content/send-from-row/from-dropdown/from-dropdown.component.js b/ui/app/components/send_/send-content/send-from-row/from-dropdown/from-dropdown.component.js
index 8af8eaf26..337228122 100644
--- a/ui/app/components/send_/send-content/send-from-row/from-dropdown/from-dropdown.component.js
+++ b/ui/app/components/send_/send-content/send-from-row/from-dropdown/from-dropdown.component.js
@@ -37,7 +37,7 @@ export default class FromDropdown extends Component {
onClick={() => closeDropdown}
/>
<div className="send-v2__from-dropdown__list">
- {...accounts.map((account, index) => <AccountListItem
+ {accounts.map((account, index) => <AccountListItem
account={account}
className="account-list-item__dropdown"
handleClick={() => {