Skip to content

Commit

Permalink
Merge pull request #1077 from nci-hcmi-catalog/develop
Browse files Browse the repository at this point in the history
🔖 Release 1.24.1
  • Loading branch information
mistryrn authored Nov 11, 2024
2 parents cd00c27 + b96d76e commit d370ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ui/src/components/Model.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ const ExternalResourcesContent = ({
</ExternalResourceLink>
<ExternalResourceLink url={distributorLinkUrl}>
<ShoppingCartIcon />
<ExternalLinkIcon />
Visit {distributorPartNumber} to Purchase
</ExternalResourceLink>
</>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/admin/AdminNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const modelEditUrlBase = '/admin/model';
export const dataDictionaryUrlBase = '/admin/data-dictionary';

const AdminNav = ({ location: { pathname } }) => (
<AdminNavWrapper>
<AdminNavWrapper as="nav">
<div>
<NavLink
active={isNavLinkActive(pathname, modelsNavPaths) ? `true` : undefined}
Expand Down

0 comments on commit d370ad5

Please sign in to comment.