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:
parent
53764cab4f
commit
7bbc871e21
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user