Skip to content

Commit f58e1c4

Browse files
committed
is the "me" string, "sMe", isn't set to you (it's blank by default), then we go back to the default person
1 parent 3a7343e commit f58e1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3527,7 +3527,7 @@
35273527
let oReferencePerson = data[ sCurrentPersonId ];
35283528
if( sCurrentPersonId === sDefaultPersonId )
35293529
{
3530-
oReferencePerson = data[ sMe ];
3530+
oReferencePerson = data[ sMe ] || sDefaultPersonId;
35313531
}
35323532

35333533
for( let sPersonId in oMatches )

0 commit comments

Comments
 (0)