Skip to content

Commit

Permalink
Remove unnecessary variation properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Mar 6, 2023
1 parent e8af878 commit 6082aee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/block-library/src/cover/variations.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ const variations = [
),
attributes: { layout: { type: 'constrained' } },
isDefault: true,
scope: [ 'block', 'inserter', 'transform' ],
isActive: ( blockAttributes ) =>
! blockAttributes.layout ||
! blockAttributes.layout?.type ||
blockAttributes.layout?.type === 'constrained',
icon: cover,
},
];
Expand Down

0 comments on commit 6082aee

Please sign in to comment.