From 501edbcde366cf9f4f4a4d8d4ba8e04ae6e2fee5 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 7 Oct 2022 17:14:11 +0800 Subject: [PATCH] fix typo --- packages/web/components/patterns/HighlightBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/components/patterns/HighlightBar.tsx b/packages/web/components/patterns/HighlightBar.tsx index b92b5337a..f1129e089 100644 --- a/packages/web/components/patterns/HighlightBar.tsx +++ b/packages/web/components/patterns/HighlightBar.tsx @@ -93,7 +93,7 @@ function BarContent(props: HighlightBarProps): JSX.Element { css={{ height: '100%', alignItems: 'center', - width: props.displayNearCursor ? 'auto' '100%', + width: props.displayNearCursor ? 'auto' : '100%', }} > {props.isNewHighlight ? (