1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

Removed toLocaleString from NEtworkTrafficUsagePlanSummary

This commit is contained in:
Gastón Fournier 2024-09-02 16:55:45 +02:00
parent 53764cab4f
commit 7bbc871e21
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E

View File

@ -89,7 +89,7 @@ export const NetworkTrafficUsagePlanSummary = ({
: 'neutral' : 'neutral'
} }
> >
{usageTotal.toLocaleString()} requests {usageTotal} requests
</Badge> </Badge>
</StyledNumbersDiv> </StyledNumbersDiv>
</RowContainer> </RowContainer>
@ -101,8 +101,7 @@ export const NetworkTrafficUsagePlanSummary = ({
<RowContainer> <RowContainer>
Included in your plan monthly Included in your plan monthly
<StyledNumbersDiv> <StyledNumbersDiv>
{includedTraffic.toLocaleString()}{' '} {includedTraffic} requests
requests
</StyledNumbersDiv> </StyledNumbersDiv>
</RowContainer> </RowContainer>
</StyledCardDescription> </StyledCardDescription>
@ -130,7 +129,7 @@ export const NetworkTrafficUsagePlanSummary = ({
</Link> </Link>
) )
<StyledNumbersDiv> <StyledNumbersDiv>
{overages.toLocaleString()} requests {overages} requests
</StyledNumbersDiv> </StyledNumbersDiv>
</RowContainer> </RowContainer>
<RowContainer> <RowContainer>