diff --git a/packages/block-library/src/post-author/edit.js b/packages/block-library/src/post-author/edit.js index a9b7106f49d388..4ee353fdd9bdc0 100644 --- a/packages/block-library/src/post-author/edit.js +++ b/packages/block-library/src/post-author/edit.js @@ -93,14 +93,14 @@ function PostAuthorEdit( { }; const showCombobox = authorOptions.length >= minimumUsersForCombobox; + const showAuthorControl = + !! postId && ! isDescendentOfQueryLoop && authorOptions.length > 0; return ( <> - { !! postId && - ! isDescendentOfQueryLoop && - authorOptions.length && + { showAuthorControl && ( ( showCombobox && (