Skip to content

Commit

Permalink
remove pRelative from inner text
Browse files Browse the repository at this point in the history
  • Loading branch information
srikarparsi committed Dec 6, 2022
1 parent 18490e5 commit ff73711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DisplayNames/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class DisplayNames extends PureComponent {
>
{/* // We need to get the refs to all the names which will be used to correct
the horizontal position of the tooltip */}
<Text ref={el => this.childRefs[index] = el} style={[...this.props.textStyles, styles.pRelative]}>
<Text ref={el => this.childRefs[index] = el} style={this.props.textStyles}>
{displayName}
</Text>
</Tooltip>
Expand Down

0 comments on commit ff73711

Please sign in to comment.