Skip to content

Commit

Permalink
Fix grammar mistake (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanB7 authored Apr 10, 2024
1 parent 906b33e commit 0d26952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Points/PointsTabs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const PointsTabs = ({ collectionName }) => {
)}
{points && !errorMessage && points.points?.length === 0 && (
<Grid xs={12} item textAlign={'center'}>
<Typography>📪 No Points are presents, {collectionName} is empty</Typography>
<Typography>📪 No Points are present, {collectionName} is empty</Typography>
</Grid>
)}
{points &&
Expand Down

0 comments on commit 0d26952

Please sign in to comment.