diff --git a/src/app/[locale]/(default)/shift-schedule/layout.tsx b/src/app/[locale]/(default)/shift-schedule/layout.tsx index 306a6b9..7a65670 100644 --- a/src/app/[locale]/(default)/shift-schedule/layout.tsx +++ b/src/app/[locale]/(default)/shift-schedule/layout.tsx @@ -2,7 +2,7 @@ import { getTranslations, setRequestLocale } from 'next-intl/server'; type ShiftScheduleLayoutProps = { children: React.ReactNode; - params: Promise<{ locale: string}>; + params: Promise<{ locale: string }>; }; export default async function ShiftScheduleLayout({