Skip to content

Commit

Permalink
Merge pull request #1246 from pnp/hotfix/1241-live-persona
Browse files Browse the repository at this point in the history
LivePersona is not working in spfx project #1241
  • Loading branch information
AJIXuMuK committed Jun 23, 2022
2 parents 49998e6 + a18955b commit e6e7432
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.JSON
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"versions": [
{
"version": "3.8.1",
"changes": {
"new": [],
"enhancements": [],
"fixes": [
"`LivePersona`: Fix LivePersona not showing card on hover [#1241](https://github.com/pnp/sp-dev-fx-controls-react/issues/1241)"
]
},
"contributors": [
"[Alexander Kleshcheov](https://github.com/SharePickle)"
]
},
{
"version": "3.8.0",
"changes": {
Expand Down
1 change: 1 addition & 0 deletions src/controls/LivePersona/LivePersona.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ if (isComponentLoaded) {
PersonaType: 'User'
},
upn: upn,
legacyUpn: upn,
serviceScope: serviceScope,
}, createElement("div",{},template));
}
Expand Down

0 comments on commit e6e7432

Please sign in to comment.