Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Jan 22, 2024
1 parent 5e403f1 commit c672856
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/extensions/core/group/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ export const addBlockControl = createHigherOrderComponent((BlockEdit) => {
inputClassName.split(' ');

const filterClassName =
inputClassName.filter(
function (name) {
return (
-1 ===
name.indexOf('vk-has-')
);
}
);
inputClassName.filter(function (
name
) {
return (
-1 ===
name.indexOf('vk-has-')
);
});

filterClassName.push(newClassName);

Expand Down

0 comments on commit c672856

Please sign in to comment.