From c2fd990504e838703ccd49c9d152e728f26074a7 Mon Sep 17 00:00:00 2001 From: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com> Date: Tue, 8 Apr 2025 14:34:41 +0530 Subject: [PATCH] feat: sticky-shell (#20566) * feat:sticky-shell * minor-change --------- Co-authored-by: Peer Richelsen --- packages/features/shell/Shell.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index 3ffc06c2b9..8f966c03ad 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -125,14 +125,14 @@ export default function Shell(props: LayoutProps) { export function ShellMain(props: LayoutProps) { const router = useRouter(); - const { isLocaleReady, t } = useLocale(); + const { isLocaleReady } = useLocale(); return ( <> {(props.heading || !!props.backPath) && (
{!!props.backPath && (