File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
protocol-designer/src/pages/Designer/ProtocolSteps Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,9 @@ import {
10
10
Flex ,
11
11
JUSTIFY_CENTER ,
12
12
JUSTIFY_SPACE_BETWEEN ,
13
- POSITION_FIXED ,
14
13
POSITION_RELATIVE ,
15
14
SPACING ,
16
15
StyledText ,
17
- Tag ,
18
16
ToggleGroup ,
19
17
} from '@opentrons/components'
20
18
import {
@@ -43,7 +41,6 @@ import {
43
41
import { HotKeyDisplay } from '../../../components/molecules'
44
42
import { TimelineAlerts } from '../../../components/organisms'
45
43
import { DraggableSidebar } from './DraggableSidebar'
46
- import { getUserOS } from './Timeline/utils'
47
44
48
45
const CONTENT_MAX_WIDTH = '46.9375rem'
49
46
@@ -56,8 +53,6 @@ export function ProtocolSteps(): JSX.Element {
56
53
const selectedSubstep = useSelector ( getSelectedSubstep )
57
54
const enableHotKeyDisplay = useSelector ( getEnableHotKeysDisplay )
58
55
const tab = useSelector ( getDesignerTab )
59
- const userOs = getUserOS ( )
60
- const isMac = userOs === 'Mac OS'
61
56
const leftString = t ( 'onDeck' )
62
57
const rightString = t ( 'offDeck' )
63
58
const [ deckView , setDeckView ] = useState <
You can’t perform that action at this time.
0 commit comments