Skip to content

Commit

Permalink
Restore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Oct 31, 2024
1 parent e25a4fb commit 3a52f7c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ function useResolveEditedEntityAndContext( { postId, postType } ) {
return resolveTemplateForPostTypeAndId( 'page', homepageId );
}

// If we're not rendering a specific page, use the front page template.
return getDefaultTemplateId( { slug: 'front-page' } );
},
[ homepageId, postsPageId, hasLoadedAllDependencies, postId, postType ]
Expand Down

0 comments on commit 3a52f7c

Please sign in to comment.