diff --git a/apps/web/src/components/domain/charts.tsx b/apps/web/src/components/domain/charts.tsx
index 814cdd7..74b3f61 100644
--- a/apps/web/src/components/domain/charts.tsx
+++ b/apps/web/src/components/domain/charts.tsx
@@ -460,7 +460,7 @@ export function MonthlyTrendChart({
}
export function ChartsGrid({ children }: { children: ReactNode }) {
- return
{children}
+ return {children}
}
export function ProjectExpenseChart({
diff --git a/apps/web/src/components/reui-kit/ops-dashboard.tsx b/apps/web/src/components/reui-kit/ops-dashboard.tsx
index a39d2fc..d3dc37d 100644
--- a/apps/web/src/components/reui-kit/ops-dashboard.tsx
+++ b/apps/web/src/components/reui-kit/ops-dashboard.tsx
@@ -32,7 +32,7 @@ function OpsDashboardSkeleton() {
-
+
@@ -61,10 +61,7 @@ export function OpsDashboard({
-