Skip to content

Commit

Permalink
Update inaccurate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
VickyStash committed Nov 14, 2023
1 parent 2c7062b commit f64c2df
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 f64c2df

Please sign in to comment.