File tree 4 files changed +8
-6
lines changed
protocol-designer/src/pages/Designer
StepTools/ThermocyclerTools
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,11 @@ import {
36
36
createDeckFixture ,
37
37
deleteDeckFixture ,
38
38
} from '../../../step-forms/actions/additionalItems'
39
- import { getAdditionalEquipment } from '../../../step-forms/selectors'
39
+ import {
40
+ getAdditionalEquipment ,
41
+ getSavedStepForms ,
42
+ } from '../../../step-forms/selectors'
40
43
import { deleteModule } from '../../../step-forms/actions'
41
- import { getSavedStepForms } from '../../../step-forms/selectors'
42
44
import { getDeckSetupForActiveItem } from '../../../top-selectors/labware-locations'
43
45
import {
44
46
createContainer ,
Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ import { renderWithProviders } from '../../../../__testing-utils__'
12
12
import { deleteContainer } from '../../../../labware-ingred/actions'
13
13
import { useKitchen } from '../../../../organisms/Kitchen/hooks'
14
14
import { deleteModule } from '../../../../step-forms/actions'
15
- import { getAdditionalEquipment } from '../../../../step-forms/selectors'
16
- import { getSavedStepForms } from '../../../../step-forms/selectors'
15
+ import {
16
+ getAdditionalEquipment ,
17
+ getSavedStepForms ,
18
+ } from '../../../../step-forms/selectors'
17
19
import { getRobotType } from '../../../../file-data/selectors'
18
20
import { getEnableAbsorbanceReader } from '../../../../feature-flags/selectors'
19
21
import { deleteDeckFixture } from '../../../../step-forms/actions/additionalItems'
Original file line number Diff line number Diff line change @@ -220,7 +220,6 @@ export function PositionField(props: PositionFieldProps): JSX.Element {
220
220
isIndeterminate = { isIndeterminate }
221
221
units = { t ( 'units.millimeter' ) }
222
222
id = { `TipPositionField_${ zName } ` }
223
- padding = { padding }
224
223
/>
225
224
) }
226
225
</ >
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ export function ThermocyclerState(props: ThermocyclerStateProps): JSX.Element {
65
65
flexDirection = { DIRECTION_COLUMN }
66
66
gridGap = { SPACING . spacing4 }
67
67
paddingX = { SPACING . spacing16 }
68
- paddingTop = { SPACING . spacing16 }
69
68
>
70
69
< Flex flexDirection = { DIRECTION_COLUMN } gridGap = { SPACING . spacing4 } >
71
70
< StyledText desktopStyle = "bodyDefaultSemiBold" >
You can’t perform that action at this time.
0 commit comments