Skip to content

Commit

Permalink
add technologies to summary in category page
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahfossheim committed Jan 8, 2025
1 parent 7820ed5 commit cd10b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/techreport/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ class TechReport {
technologies: allResults,
info: {
origins: category.origins,
technologies: Object.keys(allResults).length,
},
};
this.updateCategoryComponents(category);
Expand Down

0 comments on commit cd10b24

Please sign in to comment.