Skip to content

Commit

Permalink
Change concept set display in patient profile - fixes #2815
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena authored and chrisknoll committed Nov 14, 2024
1 parent eb9f18d commit 14679de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/pages/profiles/profile-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ define([
return (_.chain(this.conceptSets())
.map(function (ids, conceptSetName) {
if (_.includes(ids, d.conceptId))
return '<i class="fa fa-shopping-cart"></i> ' + conceptSetName;
return conceptSetName + " (Concept Set)";
})
.compact()
.value()
Expand Down

0 comments on commit 14679de

Please sign in to comment.