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 ? (