We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83c4e6 commit 4dfd608Copy full SHA for 4dfd608
app/src/pages/Protocols/hooks/index.ts
@@ -142,7 +142,7 @@ export const useRequiredProtocolHardwareFromAnalysis = (
142
hasSlotConflict: deckConfig.some(
143
({ cutoutId, cutoutFixtureId }) =>
144
cutoutId === getCutoutIdForSlotName(location.slotName, deckDef) &&
145
- cutoutFixtureId !== getCutoutFixtureIdsForModuleModel(model)[0]
+ !getCutoutFixtureIdsForModuleModel(model).includes(cutoutFixtureId)
146
),
147
}
148
})
0 commit comments