diff --git a/opentrons-ai-client/src/molecules/ControlledLabwareListItems/index.tsx b/opentrons-ai-client/src/molecules/ControlledLabwareListItems/index.tsx index 5f967bb950e..2c3e10d2b24 100644 --- a/opentrons-ai-client/src/molecules/ControlledLabwareListItems/index.tsx +++ b/opentrons-ai-client/src/molecules/ControlledLabwareListItems/index.tsx @@ -36,7 +36,7 @@ export function ControlledLabwareListItems(): JSX.Element | null { render={({ field }) => { return ( <> - {labwares.map(labware => { + {labwares.map((labware, index) => { const labwareDef = defs[labware.labwareURI] const dropdownProps = { currentOption: { @@ -63,7 +63,7 @@ export function ControlledLabwareListItems(): JSX.Element | null { return (