Skip to content

Commit

Permalink
fix: presence fallback logic (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron committed Nov 13, 2023
1 parent b7db262 commit 1ab1970
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ export class MgtPerson extends MgtTemplatedComponent {
}
}

details = details ? details : this.fallbackDetails;
details = this.personDetailsInternal || this.personDetails || this.fallbackDetails;

// populate presence
const defaultPresence: Presence = {
Expand Down

0 comments on commit 1ab1970

Please sign in to comment.