Skip to content

Commit 173d371

Browse files
committed
fix linting errors
1 parent 51b0c39 commit 173d371

File tree

1 file changed

+0
-5
lines changed
  • protocol-designer/src/pages/Designer/ProtocolSteps

1 file changed

+0
-5
lines changed

protocol-designer/src/pages/Designer/ProtocolSteps/index.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ import {
1010
Flex,
1111
JUSTIFY_CENTER,
1212
JUSTIFY_SPACE_BETWEEN,
13-
POSITION_FIXED,
1413
POSITION_RELATIVE,
1514
SPACING,
1615
StyledText,
17-
Tag,
1816
ToggleGroup,
1917
} from '@opentrons/components'
2018
import {
@@ -43,7 +41,6 @@ import {
4341
import { HotKeyDisplay } from '../../../components/molecules'
4442
import { TimelineAlerts } from '../../../components/organisms'
4543
import { DraggableSidebar } from './DraggableSidebar'
46-
import { getUserOS } from './Timeline/utils'
4744

4845
const CONTENT_MAX_WIDTH = '46.9375rem'
4946

@@ -56,8 +53,6 @@ export function ProtocolSteps(): JSX.Element {
5653
const selectedSubstep = useSelector(getSelectedSubstep)
5754
const enableHotKeyDisplay = useSelector(getEnableHotKeysDisplay)
5855
const tab = useSelector(getDesignerTab)
59-
const userOs = getUserOS()
60-
const isMac = userOs === 'Mac OS'
6156
const leftString = t('onDeck')
6257
const rightString = t('offDeck')
6358
const [deckView, setDeckView] = useState<

0 commit comments

Comments
 (0)