Skip to content

Commit

Permalink
chore(app): Fix merge conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Oct 3, 2023
1 parent eefa7bc commit eea915d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/Protocols/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const useRequiredProtocolHardware = (
return {
hardwareType: 'module',
moduleModel: model,
slot: location.slotName as Slot,
slot: location.slotName,
connected: handleModuleConnectionCheckFor(attachedModules, model),
hasSlotConflict: !!deckConfig?.find(
fixture =>
Expand Down

0 comments on commit eea915d

Please sign in to comment.