Skip to content

Commit

Permalink
fix(ProjectSettingsPage): add title to layout
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov committed Apr 20, 2023
1 parent 2928a6d commit 3f59bec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export const ProjectSettingsPage = ({ user, locale, ssrTime, fallback, params: {

return (
<Page user={user} locale={locale} ssrTime={ssrTime} title={pageTitle}>
<ProjectPageLayout project={project}>
<ProjectPageLayout project={project} title={project.title}>
<PageSep />

<SettingsContent>
Expand Down

0 comments on commit 3f59bec

Please sign in to comment.