diff --git a/components/src/instrument/InstrumentInfo.tsx b/components/src/instrument/InstrumentInfo.tsx index 26c7c376899..57ff12e0ed4 100644 --- a/components/src/instrument/InstrumentInfo.tsx +++ b/components/src/instrument/InstrumentInfo.tsx @@ -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'