fix typo
This commit is contained in:
@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user