diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-lint-error b/projects/packages/jetpack-mu-wpcom/changelog/fix-lint-error new file mode 100644 index 0000000000000..b43bcfcf41a05 --- /dev/null +++ b/projects/packages/jetpack-mu-wpcom/changelog/fix-lint-error @@ -0,0 +1,5 @@ +Significance: patch +Type: fixed +Comment: Fix lint error from #40583 + #40578 + + diff --git a/projects/packages/jetpack-mu-wpcom/src/features/starter-page-templates/page-patterns-plugin.tsx b/projects/packages/jetpack-mu-wpcom/src/features/starter-page-templates/page-patterns-plugin.tsx index 9d712bef5b6e9..3718dfd82cfcd 100644 --- a/projects/packages/jetpack-mu-wpcom/src/features/starter-page-templates/page-patterns-plugin.tsx +++ b/projects/packages/jetpack-mu-wpcom/src/features/starter-page-templates/page-patterns-plugin.tsx @@ -28,6 +28,7 @@ type CoreNuxPlaceholder = { * Recursively finds the Content block if any. * * @param blocks - The current blocks + * @return Block found, if any */ function findPostContentBlock( blocks: BlockInstance[] ): BlockInstance | null { for ( const block of blocks ) {