1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00
unleash.unleash/frontend/src
David Leek c14fc54e33
fix: also check includedTraffic before calculating overage and showing warning (#7091)
## About the changes

Fixes a bug that would display the overage warning on
network/traffic-usage when included traffic was 0. (it assumed all
traffic was overage)


![image](https://github.com/Unleash/unleash/assets/707867/793f8cb2-7c1d-4f67-b0e9-45c32fcb78e6)
2024-05-21 12:41:19 +02:00
..
__mocks__
assets feat: Project owners UI (#6949) 2024-04-29 11:51:44 +02:00
component fix: also check includedTraffic before calculating overage and showing warning (#7091) 2024-05-21 12:41:19 +02:00
constants
contexts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
hooks refactor: replace useProject with useProjectOverview (#7087) 2024-05-20 15:15:24 +02:00
interfaces feat: refactor data usage into hooks, estimate monthly added fees (#7048) 2024-05-17 15:27:32 +02:00
openapi feat: Lifecycle in project overview (#7024) 2024-05-09 13:38:18 +02:00
themes feat: Project owners UI (#6949) 2024-04-29 11:51:44 +02:00
types chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
utils fix: omit yes no from stale data comparison (#7052) 2024-05-14 12:42:39 +02:00
index.tsx
setupTests.ts
vite-env.d.ts