From 4fae1f38f87e49ba0da2115322838434d7bd96cc Mon Sep 17 00:00:00 2001 From: Jethary Date: Tue, 9 Apr 2024 17:14:11 -0400 Subject: [PATCH] fix lint --- components/src/instrument/InstrumentInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'