Skip to content

Commit

Permalink
Fix tags & owner for SAIC building
Browse files Browse the repository at this point in the history
  • Loading branch information
vkoves committed Jan 10, 2025
1 parent 5fe4cf5 commit 8d40de9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/constants/buildings-custom-info.constant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,8 @@ export const BuildingsCustomInfo: {
// 162 North State Street
'250167': { owner: BuildingOwners.saic.key },
// 280 Building, 280 S Columbus Dr
'2tags: [ BuildingTags.hasRetrofitCaseStudy],52065': {
'252065': {
tags: [ BuildingTags.hasRetrofitCaseStudy],
owner: BuildingOwners.saic.key,
links: [
{
Expand Down

0 comments on commit 8d40de9

Please sign in to comment.