From a69f9c5fa3907ec9b520b146aea1fbd48aa60c3c Mon Sep 17 00:00:00 2001 From: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:50:48 +0530 Subject: [PATCH] fix: broken ui of availability setup in onboarding (#15854) --- .../getting-started/steps-views/SetupAvailability.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/web/components/getting-started/steps-views/SetupAvailability.tsx b/apps/web/components/getting-started/steps-views/SetupAvailability.tsx index 0fcf046e08..390bb55cba 100644 --- a/apps/web/components/getting-started/steps-views/SetupAvailability.tsx +++ b/apps/web/components/getting-started/steps-views/SetupAvailability.tsx @@ -45,7 +45,6 @@ const SetupAvailability = (props: ISetupAvailabilityProps) => { const updateSchedule = trpc.viewer.availability.schedule.update.useMutation(mutationOptions); return (