Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
steppy452 committed Jul 23, 2024
1 parent 29aa32d commit 0ccc1bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/data/Pager/Pager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ export const Pager: FC<PagerProps> = ({
of{' '}
<Text className={theme.totalCount}>
{total.toLocaleString()}
</Text>
{` `}
</Text>{' '}
<Pluralize count={total} singular="item" showCount={false} />
</Text>
</Stack>
Expand Down

0 comments on commit 0ccc1bf

Please sign in to comment.