Skip to content

Commit 9c4dd84

Browse files
authored
Update src/components/block-css/use-block-style-generator.js [skip ci]
1 parent dd9e292 commit 9c4dd84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/block-css/use-block-style-generator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export const useBlockCssGenerator = props => {
3030
oldText.current = attributes.text
3131
return oldCss.current
3232
}
33-
3433
// Gather only the attributes that have values and all their
3534
// corresponding block style definitions.
3635
const attrNamesWithValues = blockStyles.getAttributesWithValues( attributes )

0 commit comments

Comments
 (0)