inveniosoftware / react-invenio-deposit

React application for Invenio deposit forms.
https://react-invenio-deposit.readthedocs.io
MIT License
3 stars 45 forks source link

utils: refactored function to return a string instead of jsx. #599

Closed alejandromumo closed 1 year ago

alejandromumo commented 1 year ago

function humanReadableBytes returns a string instead of JSX.

By returning jsx , its usage in strings (e.g. templating) was more difficult. See this discussion for more details