Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 committed Apr 25, 2024
1 parent 28b6fb2 commit fab9abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/organisms/ProtocolsLanding/ProtocolCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ import {
getGripperDisplayName,
} from '@opentrons/shared-data'
import {
ALIGN_CENTER,
ALIGN_FLEX_START,
BORDERS,
Box,
COLORS,
DIRECTION_COLUMN,
Flex,
Icon,
JUSTIFY_CENTER,
JUSTIFY_FLEX_END,
ModuleIcon,
OVERFLOW_WRAP_ANYWHERE,
Expand Down Expand Up @@ -52,8 +54,6 @@ import {
import type { StoredProtocolData } from '../../redux/protocol-storage'
import type { State } from '../../redux/types'
import { getProtocolUsesGripper } from '../ProtocolSetupInstruments/utils'
import { ALIGN_CENTER } from '@opentrons/components'
import { JUSTIFY_CENTER } from '@opentrons/components'

interface ProtocolCardProps {
handleRunProtocol: (storedProtocolData: StoredProtocolData) => void
Expand Down

0 comments on commit fab9abf

Please sign in to comment.