You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The revenue amount is not comma separated. A simple fix for this is to use Javascript's toLocaleString method for the Number type which will handle both locales that use commas and do not use commas for numbers. I already created a separate branch for it but I cannot create a pull request as I don't have access. Can I be given access to the repo so I can submit the pr? Thank you.
The text was updated successfully, but these errors were encountered:
The revenue amount is not comma separated. A simple fix for this is to use Javascript's toLocaleString method for the Number type which will handle both locales that use commas and do not use commas for numbers. I already created a separate branch for it but I cannot create a pull request as I don't have access. Can I be given access to the repo so I can submit the pr? Thank you.
The text was updated successfully, but these errors were encountered: