Skip to content

Commit

Permalink
remove borderBottom from MoveLabwareTools
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyaochen authored and shiyaochen committed Oct 1, 2024
1 parent 63eaa22 commit a52e201
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export function MoveLabwareTools(props: StepFormProps): JSX.Element {
}
/>
) : null}
<Box borderBottom={`1px solid ${COLORS.grey30}`} />
<MoveLabwareField {...propsForFields.labware} />
<Box borderBottom={`1px solid ${COLORS.grey30}`} />
<LabwareLocationField
Expand Down

0 comments on commit a52e201

Please sign in to comment.