Skip to content

Commit

Permalink
Merge pull request #31293 from VickyStash/ts-migration/display-names-…
Browse files Browse the repository at this point in the history
…follow-up

[No QA] Update inaccurate comment
  • Loading branch information
neil-marcellini authored Nov 15, 2023
2 parents 1eb1f72 + f64c2df commit 15db0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DisplayNames/DisplayNamesTooltipItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import styles from '@styles/styles';
type DisplayNamesTooltipItemProps = {
index?: number;

/** The full title of the DisplayNames component (not split up) */
/** The function to get a distance to shift the tooltip horizontally */
getTooltipShiftX?: (index: number) => number | undefined;

/** The Account ID for the tooltip */
Expand Down

0 comments on commit 15db0c8

Please sign in to comment.