diff --git a/src/frontend/src/components/modals/AboutInvenTreeModal.tsx b/src/frontend/src/components/modals/AboutInvenTreeModal.tsx index 4233c12d1a..a0d7f2dcb0 100644 --- a/src/frontend/src/components/modals/AboutInvenTreeModal.tsx +++ b/src/frontend/src/components/modals/AboutInvenTreeModal.tsx @@ -65,8 +65,8 @@ const AboutContent = ({ function fillTable(lookup: AboutLookupRef[], data: any, alwaysLink = false) { return lookup .filter((entry: AboutLookupRef) => !!data[entry.ref]) - .map((entry: AboutLookupRef, idx) => ( - + .map((entry: AboutLookupRef) => ( + {entry.title} diff --git a/src/frontend/src/components/nav/SearchDrawer.tsx b/src/frontend/src/components/nav/SearchDrawer.tsx index cb2066a903..d2e3a28c9b 100644 --- a/src/frontend/src/components/nav/SearchDrawer.tsx +++ b/src/frontend/src/components/nav/SearchDrawer.tsx @@ -564,9 +564,9 @@ export function SearchDrawer({ multiple defaultValue={searchQueries.map((q) => q.model)} > - {queryResults.map((query, idx) => ( + {queryResults.map((query) => (