Skip to content

Commit

Permalink
Lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Davies committed Nov 5, 2020
1 parent cc05d60 commit 9b0abcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/inner-blocks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function UncontrolledInnerBlocks( props ) {
templateLock,
captureToolbars,
orientation,
dropZonesDisabled,
dropZonesDisabled
);

useInnerBlockTemplateSync(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function useNestedSettingsUpdate(
templateLock,
captureToolbars,
orientation,
dropZonesDisabled,
dropZonesDisabled
) {
const { updateBlockListSettings } = useDispatch( 'core/block-editor' );

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function useBlockDropZone( {
);
return {
isDropZonesDisabled: getBlockListSettings( targetRootClientId )
?.dropZonesDisabled,
?.dropZonesDisabled,
isLockedAll: getTemplateLock( targetRootClientId ) === 'all',
orientation: getBlockListSettings( targetRootClientId )
?.orientation,
Expand Down

0 comments on commit 9b0abcc

Please sign in to comment.