diff --git a/dashboard/src/pages/CostPage.tsx b/dashboard/src/pages/CostPage.tsx index c4c3f0a8..0009ebbd 100644 --- a/dashboard/src/pages/CostPage.tsx +++ b/dashboard/src/pages/CostPage.tsx @@ -113,8 +113,8 @@ interface BudgetOverviewProps { } function BudgetOverview({ dailyData, budgetSettings, navigateToSettings }: BudgetOverviewProps) { - if (!budgetSettings.budgetAlertEnabled) { const t = useT(); + if (!budgetSettings.budgetAlertEnabled) { return (