mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix typo
This commit is contained in:
parent
35a8184790
commit
501edbcde3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ? (
|
||||
|
|
|
|||
Loading…
Reference in a new issue