Skip to content

Commit

Permalink
Fixed Lint Issue in field.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Jan 22, 2025
1 parent b494356 commit f485a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/page-patterns/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function PreviewField( { item } ) {
</div>
) }

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

0 comments on commit f485a87

Please sign in to comment.