invoiceninja / ui

Invoice Ninja: Web admin portal built with React
https://app.invoicing.co
Other
55 stars 47 forks source link

[Cleanup] Formatting Number Labels #1772

Closed Civolilah closed 4 months ago

Civolilah commented 4 months ago

@beganovich @turbo124 The PR includes fixes on formatting numbers that are not "money" using the "useFormatNumber" hook. I went through 95% of the app to see where it should be additionally formatted and found a few places where we missed it:

Note: The places where we handle "money" values are always handled with the "useFormatMoney" hook, so all cases that I checked are correctly formatted.

Let me know your thoughts.