Skip to content

Commit

Permalink
HotFix: CTS Ticket 169936
Browse files Browse the repository at this point in the history
See #2184
  • Loading branch information
bennettforkner authored Feb 23, 2024
1 parent 6f6c413 commit 9409fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Profile/components/OfficeInfoList/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const OfficeInfoList = ({
}

// Only display if there is some info to show
if (!myProf && !BuildingDescription && !OnCampusRoom && !OnCampusPhone && !office_hours) {
if (!myProf && !BuildingDescription && !OnCampusRoom && !OnCampusPhone && !office_hours && !Mail_Location) {
return null;
}

Expand Down

0 comments on commit 9409fae

Please sign in to comment.