Skip to content

Commit

Permalink
Update packages/mgt-components/src/components/mgt-person/mgt-person.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii authored Jul 14, 2023
1 parent 0efc243 commit 8f6b6e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ export class MgtPerson extends MgtTemplatedComponent {
case 'Busy':
case 'InACall':
case 'InAMeeting':
case 'InAConferenceCall`
case 'InAConferenceCall':
default:
presenceIcon = getSvg(SvgIcon.PresenceBusy);
break;
Expand Down

0 comments on commit 8f6b6e6

Please sign in to comment.