diff --git a/components/src/instrument/InstrumentInfo.tsx b/components/src/instrument/InstrumentInfo.tsx index 435c22c0c5b..26c7c376899 100644 --- a/components/src/instrument/InstrumentInfo.tsx +++ b/components/src/instrument/InstrumentInfo.tsx @@ -24,9 +24,11 @@ export interface InstrumentInfoProps { /** children to display under the info */ children?: React.ReactNode /** if true, show labels 'LEFT PIPETTE' / 'RIGHT PIPETTE' */ - showMountLabel?: boolean | null + showMountLabel?: boolean } +const MAX_WIDTH = '14rem' + export function InstrumentInfo(props: InstrumentInfoProps): JSX.Element { const { mount, @@ -61,27 +63,27 @@ export function InstrumentInfo(props: InstrumentInfoProps): JSX.Element { > {showMountLabel && !has96Channel ? `${mount} pipette` : 'pipette'} - + {description} - Tip rack + {'Tip rack'}