Skip to content

Commit

Permalink
missed a reference
Browse files Browse the repository at this point in the history
  • Loading branch information
luarmr committed Jan 29, 2025
1 parent e618269 commit d08ef13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const Grouping = <T extends string>({
<DirectionIndicator direction={direction} name={value} value={value} wrap={false} />
)
}
tooltip={(isFF(FF_LSDV_4992) && readableValue.tooltip) || undefined}
tooltip={readableValue.tooltip || undefined}
tooltipTheme="dark"
>
{readableValue.selectedLabel}
Expand Down

0 comments on commit d08ef13

Please sign in to comment.