1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01: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'
}
>
{usageTotal.toLocaleString()} requests
{usageTotal} requests
</Badge>
</StyledNumbersDiv>
</RowContainer>
@ -101,8 +101,7 @@ export const NetworkTrafficUsagePlanSummary = ({
<RowContainer>
Included in your plan monthly
<StyledNumbersDiv>
{includedTraffic.toLocaleString()}{' '}
requests
{includedTraffic} requests
</StyledNumbersDiv>
</RowContainer>
</StyledCardDescription>
@ -130,7 +129,7 @@ export const NetworkTrafficUsagePlanSummary = ({
</Link>
)
<StyledNumbersDiv>
{overages.toLocaleString()} requests
{overages} requests
</StyledNumbersDiv>
</RowContainer>
<RowContainer>