uiwjs / react-json-view

A React component for displaying and editing javascript arrays and JSON objects.
https://uiwjs.github.io/react-json-view/
MIT License
188 stars 11 forks source link

fix: plurality of item counts for objects with 1 item #40

Closed esilverm closed 6 months ago

esilverm commented 6 months ago

Previously collections with 1 item were listed as having "1 items", however it should read "1 item". Fixes #39

Before Screenshot 2024-03-14 at 2 38 45 PM

After

Screenshot 2024-03-14 at 2 38 21 PM