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) => ( -