Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Apr 9, 2024
1 parent 5f36841 commit 4fae1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/instrument/InstrumentInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface InstrumentInfoProps {
/** children to display under the info */
children?: React.ReactNode
/** if true, show labels 'LEFT PIPETTE' / 'RIGHT PIPETTE' */
showMountLabel?: boolean
showMountLabel?: boolean | null
}

const MAX_WIDTH = '14rem'
Expand Down

0 comments on commit 4fae1f3

Please sign in to comment.