Skip to content

Commit

Permalink
Comment Template: Revert the temporary test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshupathak95 committed Mar 5, 2025
1 parent f26959f commit 7c363f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/block-library/src/comment-template/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,6 @@ export default function CommentTemplateEdit( {
);

if ( ! topLevelComments ) {
if ( postId && commentQuery ) {
return <p { ...blockProps }>{ __( 'No results found.' ) }</p>;
}
return (
<p { ...blockProps }>
<Spinner />
Expand Down

0 comments on commit 7c363f7

Please sign in to comment.