Skip to content

Commit

Permalink
Remove unnessecary line
Browse files Browse the repository at this point in the history
  • Loading branch information
JesserH committed Jan 18, 2021
1 parent 1105f28 commit c205d34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/block-library/src/columns/edit.js
Expand Up @@ -52,7 +52,7 @@ function ColumnsEditContainer( {
updateColumns,
clientId,
} ) {
const { verticalAlignment, allowedChildBlocks } = attributes;
const { verticalAlignment } = attributes;

const { count } = useSelect(
( select ) => {
Expand All @@ -72,7 +72,6 @@ function ColumnsEditContainer( {
} );
const innerBlocksProps = useInnerBlocksProps( blockProps, {
allowedBlocks: ALLOWED_BLOCKS,
allowedChildBlocks,
orientation: 'horizontal',
renderAppender: false,
} );
Expand Down

0 comments on commit c205d34

Please sign in to comment.