From 87746227bfbc738bf79bda35cb8c06859f186c18 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 24 Jul 2017 08:22:19 -0400 Subject: PLT-3470: Changed all instances of user list to show full name, username, and nickname (#6994) --- webapp/components/more_direct_channels/more_direct_channels.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webapp/components/more_direct_channels') diff --git a/webapp/components/more_direct_channels/more_direct_channels.jsx b/webapp/components/more_direct_channels/more_direct_channels.jsx index 0e50eca72..46c04c46e 100644 --- a/webapp/components/more_direct_channels/more_direct_channels.jsx +++ b/webapp/components/more_direct_channels/more_direct_channels.jsx @@ -11,7 +11,7 @@ import UserStore from 'stores/user_store.jsx'; import TeamStore from 'stores/team_store.jsx'; import Constants from 'utils/constants.jsx'; -import {displayUsernameForUser} from 'utils/utils.jsx'; +import {displayEntireNameForUser} from 'utils/utils.jsx'; import {Client4} from 'mattermost-redux/client'; import PropTypes from 'prop-types'; @@ -236,7 +236,7 @@ export default class MoreDirectChannels extends React.Component { className='more-modal__details' >
- {displayUsernameForUser(option)} + {displayEntireNameForUser(option)}
{option.email} -- cgit v1.2.3-1-g7c22