summaryrefslogtreecommitdiffstats
path: root/webapp/components/add_users_to_team
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/add_users_to_team')
-rw-r--r--webapp/components/add_users_to_team/add_users_to_team.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/add_users_to_team/add_users_to_team.jsx b/webapp/components/add_users_to_team/add_users_to_team.jsx
index ae6fd8c4e..ee22bbed5 100644
--- a/webapp/components/add_users_to_team/add_users_to_team.jsx
+++ b/webapp/components/add_users_to_team/add_users_to_team.jsx
@@ -2,7 +2,7 @@
// See License.txt for license information.
import MultiSelect from 'components/multiselect/multiselect.jsx';
-import ProfilePicture from 'components/profile_picture.jsx';
+import ProfilePicture from 'components/profile_popover/picture_profile_popover.jsx';
import {addUsersToTeam} from 'actions/team_actions.jsx';
import {searchUsersNotInTeam} from 'actions/user_actions.jsx';