aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send-content/send-dropdown-list
diff options
context:
space:
mode:
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 {