The code for showing BuildingDescription in Office Info List was broken on My Profile.
The BuildingDescription and OnCampusRoom were put in parentheses. I believe the intent was to show the two values separated by a comma (as is done on public profile). However, the parentheses were acting as the Grouping operator, which means only the OnCampusRoom was rendered. I have replaced this with a template literal that displays both values separated by a comma.
The code for showing
BuildingDescription
in Office Info List was broken on My Profile.The
BuildingDescription
andOnCampusRoom
were put in parentheses. I believe the intent was to show the two values separated by a comma (as is done on public profile). However, the parentheses were acting as the Grouping operator, which means only theOnCampusRoom
was rendered. I have replaced this with a template literal that displays both values separated by a comma.