Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akito-38 committed Feb 19, 2025
1 parent d3ebe96 commit f6cb713
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extensions/core/columns/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export const enhanceColumnBlock = createHigherOrderComponent((BlockEdit) => {
}, 'addMyCustomBlockControls');

const extendColumnBlock = (settings, name) => {

if (!isColumnBlock(name) && !isColumnsBlock(name)) {
return settings;
}
Expand Down

0 comments on commit f6cb713

Please sign in to comment.