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 && (