diff --git a/src/app/(main)/staff/page.tsx b/src/app/(main)/staff/page.tsx index 13804ce..9f116d0 100644 --- a/src/app/(main)/staff/page.tsx +++ b/src/app/(main)/staff/page.tsx @@ -18,6 +18,7 @@ export const metadata: Metadata = { const Staff: React.FC = async () => { const { t } = await getServerI18n("projects"); preloadTeamLeads() + preloadStaff() return ( <>