Skip to content

Commit

Permalink
fixed field.js issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Jan 22, 2025
1 parent 85f8575 commit bb8fcac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/edit-site/src/components/page-patterns/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ function PreviewField( { item } ) {
) }

{ isEmpty && ! isTemplatePart && (
<div className="empty-pattern">
{ __( 'Empty pattern' ) }
</div>
<div className="empty-pattern">{ __( 'Empty pattern' ) }</div>
) }

{ ! isEmpty && (
Expand Down

0 comments on commit bb8fcac

Please sign in to comment.