Disabled headerlargetitle on newsitem

This commit is contained in:
Viktor Sarström 2021-09-01 11:26:57 +02:00
parent b78ec83970
commit b05dc42a94
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export const newsItemRouteOptions = ({
subtitle={studentName(child?.name)}
/>
),
headerLargeTitle: true,
headerLargeTitle: false,
}
}