aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send-content/send-dropdown-list
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-05-15 20:29:23 +0800
committerDan <danjm.com@gmail.com>2018-05-15 20:29:23 +0800
commit44679f6cdac5e99647964a5fb91a11ee69fe239a (patch)
tree7f1ee42a0fb57892b671f8bd0935ceb62842972b /ui/app/components/send_/send-content/send-dropdown-list
parent8ff60267d851be1b64f7024e6263e1e5ba1ef01c (diff)
downloadtangerine-wallet-browser-44679f6cdac5e99647964a5fb91a11ee69fe239a.tar.gz
tangerine-wallet-browser-44679f6cdac5e99647964a5fb91a11ee69fe239a.tar.zst
tangerine-wallet-browser-44679f6cdac5e99647964a5fb91a11ee69fe239a.zip
Import defaults in send_/
Diffstat (limited to 'ui/app/components/send_/send-content/send-dropdown-list')
-rw-r--r--ui/app/components/send_/send-content/send-dropdown-list/send-dropdown-list.component.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/send_/send-content/send-dropdown-list/send-dropdown-list.component.js b/ui/app/components/send_/send-content/send-dropdown-list/send-dropdown-list.component.js
index 7bcc06c3e..5c7174ecf 100644
--- a/ui/app/components/send_/send-content/send-dropdown-list/send-dropdown-list.component.js
+++ b/ui/app/components/send_/send-content/send-dropdown-list/send-dropdown-list.component.js
@@ -1,6 +1,6 @@
import React, { Component } from 'react'
import PropTypes from 'prop-types'
-import AccountListItem from '../../account-list-item/account-list-item.container'
+import AccountListItem from '../../account-list-item/'
export default class SendDropdownList extends Component {