Skip to content

Commit

Permalink
fix: updated tooltip to be consistent with other ones
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyOplachko committed Apr 16, 2024
1 parent bc0dc8b commit ec96f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FilterPanel/FilterPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const FilterPanel = ({ data, onFilter, onSimplify, options }: FilterProps
)}
>
<Tooltip
content={`Changes display to simple format, which is more compact and doesn't have ${options?.aboveArrow} ${options?.belowArrow && options?.aboveArrow ? 'and' : ''} ${options?.belowArrow} labels`} placement="top">
content={`Changes display to simple format, which is more compact and doesn't have "${options?.aboveArrow}" ${options?.belowArrow && options?.aboveArrow ? 'and' : ''} "${options?.belowArrow}" labels`} placement="top">
<span style={{ display: 'flex', flexDirection: 'column' }}>
<InlineSwitch
showLabel={true}
Expand Down

0 comments on commit ec96f93

Please sign in to comment.