-
- Downloads
Round the number correctly before sending it off
This fix https://github.com/metabase/metabase/issues/9072 The bug is inside the lib: https://github.com/HubSpot/humanize/blob/master/src/humanize.js#L86 ``` const number = parseInt(input, 10); ``` Fix #9072. Round up number when compact is true Minor copy
Please register or sign in to comment