Skip to content

Commit

Permalink
Merge pull request #95 from CBIIT/release-v2.2.16
Browse files Browse the repository at this point in the history
Release v2.2.16
  • Loading branch information
fmanuelos authored Aug 11, 2023
2 parents da4e7e2 + abb3043 commit 6fed6d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/values-table/values-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const vsRender = (items, keyword) => {
}
if (data.ap !== undefined && data.ap.length !== 0) {
data.ap = data.ap.filter((aps) => {
return aps.name === 'CAS_Registry' || aps.name === 'FDA_UNII_Code' || aps.name === 'NSC_Code';
return aps.name === 'CAS_Registry' || aps.name === 'FDA_UNII_Code' || aps.name === 'NSC Number';
});
}
});
Expand Down
2 changes: 1 addition & 1 deletion server/data_files/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.3
2.6.6

0 comments on commit 6fed6d8

Please sign in to comment.