Skip to content

Commit

Permalink
Update src/components/PositionsList/PositionsList.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Wojciech Cichocki <[email protected]>
  • Loading branch information
p6te and wojciech-cichocki authored Sep 19, 2024
1 parent ca63a71 commit ebceb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PositionsList/PositionsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const PositionsList: React.FC<IProps> = ({
<Grid className={classes.searchRoot}>
<Grid className={classes.titleBar}>
<Typography className={classes.title}>Your Positions</Typography>
<TooltipHover text='Total number of your liquidity positions'>
<TooltipHover text='Total number of your positions'>
<Typography className={classes.positionsNumber}>{String(length)}</Typography>
</TooltipHover>
</Grid>
Expand Down

0 comments on commit ebceb1a

Please sign in to comment.