Skip to content

Commit

Permalink
Merge pull request #303 from georgetown-cset/288-change-application-p…
Browse files Browse the repository at this point in the history
…hrasing

Clarify that the data represent applications
  • Loading branch information
jmelot authored Apr 9, 2024
2 parents 45f476f + 2b54204 commit d8fe6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/gui-v2/src/components/DetailViewPatents.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const DetailViewPatents = ({

const patentTableColumns = [
{ display_name: "Subfield", key: "subfield" },
{ display_name: "Patents granted", key: "patents" },
{ display_name: "Patent applications", key: "patents" },
{ display_name: <>Growth ({overall.startPatentYear}&ndash;{overall.endPatentYear})</>, key: "growth" },
];

Expand Down

0 comments on commit d8fe6fd

Please sign in to comment.