Skip to content

Commit

Permalink
Fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Aug 28, 2020
1 parent 908af7e commit 24c7a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/omnichannel/agents/AgentInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const AgentInfo = React.memo(function AgentInfo({
return <Box mbs='x16'>{t('User_not_found')}</Box>;
}

const { user } = data || { user: {} };
const { user = {} } = data;
const {
username,
statusLivechat,
Expand Down

0 comments on commit 24c7a32

Please sign in to comment.