Skip to content

Commit

Permalink
Forgot about this file in previous commit!!
Browse files Browse the repository at this point in the history
  • Loading branch information
murtaza98 committed May 10, 2022
1 parent f3dd66b commit b5e4dd9
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions apps/meteor/ee/client/omnichannel/ContactManagerInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,14 @@ function ContactManagerInfo({ username }) {

return (
<>
<Info className={wordBreak} flexShrink={0} style={{ display: 'flex' }}>
<Info className={wordBreak} style={{ display: 'flex' }}>
<UserAvatar title={username} username={username} />
<Box mbe='x4' withTruncatedText display='flex'>
<AgentOrContactCardUsername mis='x10' name={username} status={<UserStatus status={status} />} />
{name && (
<Box display='flex' mis='x7' mb='x9' align='center' justifyContent='center'>
({name})
</Box>
)}
</Box>
<AgentOrContactCardUsername mis='x10' name={username} status={<UserStatus status={status} />} />
{name && (
<Box display='flex' mis='x7' mb='x9' align='center' justifyContent='center'>
({name})
</Box>
)}
</Info>
</>
);
Expand Down

0 comments on commit b5e4dd9

Please sign in to comment.