Skip to content

Commit

Permalink
fix(protocol-designer): fix remove settings icon button (#16524)
Browse files Browse the repository at this point in the history
* fix(protocol-designer): fix remove settings icon button
  • Loading branch information
koji authored Oct 18, 2024
1 parent 9aaeecb commit b1f9481
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions protocol-designer/src/pages/Designer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import { useKitchen } from '../../organisms/Kitchen/hooks'
import { getDeckSetupForActiveItem } from '../../top-selectors/labware-locations'
import { generateNewProtocol } from '../../labware-ingred/actions'
import { DefineLiquidsModal, ProtocolMetadataNav } from '../../organisms'
import { SettingsIcon } from '../../molecules'
import { getFileMetadata } from '../../file-data/selectors'
import { DeckSetupContainer } from './DeckSetup'
import { selectors } from '../../labware-ingred/selectors'
Expand Down Expand Up @@ -171,8 +170,6 @@ export function Designer(): JSX.Element {
}
/>
<Flex gridGap={SPACING.spacing8} alignItems={ALIGN_CENTER}>
<SettingsIcon />

<Btn
alignItems={ALIGN_CENTER}
onClick={() => {
Expand Down

0 comments on commit b1f9481

Please sign in to comment.