diff --git a/apps/web/src/components/Dashboard/BillingAlerts.tsx b/apps/web/src/components/Dashboard/BillingAlerts.tsx
index 8a5801233..0e7660f05 100644
--- a/apps/web/src/components/Dashboard/BillingAlerts.tsx
+++ b/apps/web/src/components/Dashboard/BillingAlerts.tsx
@@ -148,8 +148,7 @@ export const BillingAlerts = ({
const res = await fetch(
getBillingUrl(
domain,
- `/teams/${team.id}/billing-limits/${
- type === 'limit' ? 'limit_amount_gte' : 'alert_amount_gte'
+ `/teams/${team.id}/billing-limits/${type === 'limit' ? 'limit_amount_gte' : 'alert_amount_gte'
}`
),
{
@@ -257,7 +256,7 @@ export const BillingAlerts = ({
{isLoading[type].save ? (