aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send-content/send-from-row/from-dropdown/from-dropdown.component.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-05-25 09:00:07 +0800
committerDan <danjm.com@gmail.com>2018-05-25 10:30:55 +0800
commit0de765aa25637cd85e22eebd11b6c4c8a32faf14 (patch)
tree93f96c9b3cc59c32c22a9c5b9866186cd2bf6da5 /ui/app/components/send_/send-content/send-from-row/from-dropdown/from-dropdown.component.js
parentdc2b5d0ef47be2125e58018470539d65d0d64c75 (diff)
downloadtangerine-wallet-browser-0de765aa25637cd85e22eebd11b6c4c8a32faf14.tar.gz
tangerine-wallet-browser-0de765aa25637cd85e22eebd11b6c4c8a32faf14.tar.zst
tangerine-wallet-browser-0de765aa25637cd85e22eebd11b6c4c8a32faf14.zip
Clean up for send refactor PR.
Diffstat (limited to 'ui/app/components/send_/send-content/send-from-row/from-dropdown/from-dropdown.component.js')
-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 bf95c50fb..418766cd9 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
@@ -35,7 +35,7 @@ export default class FromDropdown extends Component {
closeDropdown={closeDropdown}
onSelect={onSelect}
activeAddress={selectedAccount.address}
- />},
+ />}
</div>
}