Skip to content

Commit f748a0f

Browse files
committed
fix: remove showOnTruncate
1 parent 653aea6 commit f748a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/FilterChips/FilterChips.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const FilterChip = ({
4545
<span className="dc__divider h-24" />
4646
</>
4747
)}
48-
<Tooltip content={valueToDisplay} showOnTruncate>
48+
<Tooltip content={valueToDisplay}>
4949
<span className="dc__ellipsis-right dc__word-break dc__mxw-150">{valueToDisplay}</span>
5050
</Tooltip>
5151
{showRemoveIcon && (

0 commit comments

Comments
 (0)