Skip to content

Commit

Permalink
Updated explore link from search. Resolves #907.
Browse files Browse the repository at this point in the history
  • Loading branch information
MillenniumFalconMechanic committed Apr 6, 2021
1 parent 68adc82 commit e2b56e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/explore/fileSummary.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ function buildFacetSearchTerms(terms) {

return terms.map(term => {
return {
term: term,
termDisplayName: term.term || "Unspecified"
term: term.term || "Unspecified",
count: term.count
};
});
}
Expand Down

0 comments on commit e2b56e0

Please sign in to comment.