Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
semd committed May 4, 2023
1 parent 766cb1a commit 8b02cab
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,13 @@ export const useSideNavItems = (): SolutionSideNavItem[] => {
* @returns sideNavItems with Security and external links
*/
const useAddExternalSideNavItems = (securitySideNavItems: SolutionSideNavItem[]) => {
const getLinkProps = useGetLinkProps();

const sideNavItemsWithExternals = useMemo(
() => [
...securitySideNavItems,
// TODO: add external links. e.g.:
// {
// id: 'ml',
// label: 'Machine Learning',
// label: 'Machine Learning Jobs',
// ...getLinkProps({ appId: 'ml', path: '/jobs' }),
// links: [...]
// },
Expand Down

0 comments on commit 8b02cab

Please sign in to comment.