gordon-cs / gordon-360-ui

Gordon 360 User Interface
https://360.gordon.edu
16 stars 14 forks source link

fix: display building description on my profile #2191

Closed EjPlatzer closed 8 months ago

EjPlatzer commented 8 months ago

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.