diff --git a/apps/web/pages/getting-started/[[...step]].tsx b/apps/web/pages/getting-started/[[...step]].tsx index 35c413a29f..ea562ceb84 100644 --- a/apps/web/pages/getting-started/[[...step]].tsx +++ b/apps/web/pages/getting-started/[[...step]].tsx @@ -121,10 +121,10 @@ const OnboardingPage = () => { -
{headers[currentStepIndex]?.title || "Undefined title"}
diff --git a/packages/features/schedules/components/Schedule.tsx b/packages/features/schedules/components/Schedule.tsx
index 463735f083..aef2960e6c 100644
--- a/packages/features/schedules/components/Schedule.tsx
+++ b/packages/features/schedules/components/Schedule.tsx
@@ -69,7 +69,6 @@ const ScheduleDay =