Skip to content

Commit

Permalink
Fixed eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Sekachev committed Mar 30, 2021
1 parent 4d999e3 commit dbc71c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cvat-ui/src/components/search-tooltip/search-tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function SearchTooltip(props: Props): JSX.Element {
return (
<CVATTooltip
overlayClassName={`cvat-${instance}s-search-tooltip`}
title={
title={(
<>
<Paragraph>
<Text strong>owner: admin</Text>
Expand Down Expand Up @@ -86,7 +86,7 @@ export default function SearchTooltip(props: Props): JSX.Element {
<Text type='success'>Search within all the string fields by default</Text>
</Paragraph>
</>
}
)}
>
{children}
</CVATTooltip>
Expand Down

0 comments on commit dbc71c7

Please sign in to comment.