Skip to content

Commit

Permalink
remove forgotten transform
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLedesma committed Oct 12, 2020
1 parent 476a05a commit 6aa40a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/block-gallery/shared/transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ function GalleryTransforms( props ) {
filter: props.filter,
fontSize: props.fontSize,
gridSize: props.gridSize,
// gutter: props.gutter, // Disabled while gallery blocks use multiple gutter controls.
gutterMobile: props.gutterMobile,
height: props.height,
images: props.images.map( ( image, index ) => {
Expand Down

0 comments on commit 6aa40a3

Please sign in to comment.