ui - new build

This commit is contained in:
Ishaan Jaff 2024-05-29 18:49:19 -07:00
parent 23ae2b9fd6
commit c39db5686d
20 changed files with 15 additions and 19 deletions

View file

@ -162,7 +162,7 @@ const UsagePage: React.FC<UsagePageProps> = ({
console.log("keys in usage", keys);
console.log("premium user in usage", premiumUser);
function valueFormatterNumbers(number) {
function valueFormatterNumbers(number: number) {
const formatter = new Intl.NumberFormat('en-US', {
maximumFractionDigits: 0,
notation: 'compact',