Skip to content

Commit 36d923a

Browse files
Fixed LivePersona not showing card on hover
1 parent 49998e6 commit 36d923a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/controls/LivePersona/LivePersona.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ if (isComponentLoaded) {
3737
hostAppPersonaInfo: {
3838
PersonaType: 'User'
3939
},
40-
upn: upn,
40+
upn: upn,
41+
legacyUpn: upn,
4142
serviceScope: serviceScope,
4243
}, createElement("div",{},template));
4344
}

0 commit comments

Comments
 (0)