diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index ed3e3424bc3def..9c389c59a0b9f3 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -13,7 +13,7 @@ import classNames from "@calcom/lib/classNames"; import { APP_NAME } from "@calcom/lib/constants"; import { useFormbricks } from "@calcom/lib/formbricks-client"; import { useLocale } from "@calcom/lib/hooks/useLocale"; -import { ButtonState, useNotifications } from "@calcom/lib/hooks/useNotifications"; +import { useNotifications } from "@calcom/lib/hooks/useNotifications"; import { Button, ErrorBoundary, HeadSeo, SkeletonText } from "@calcom/ui"; import usePostHog from "../ee/event-tracking/lib/posthog/userPostHog"; @@ -205,7 +205,7 @@ export function ShellMain(props: LayoutProps) { )} {props.actions && props.actions} - {props.heading === "Bookings" && buttonToShow && ( + {/* TODO: temporary hide push notifications {props.heading === "Bookings" && buttonToShow && (