diff --git a/web/app/themes/badegg/resources/views/blocks/article/index.jsx b/web/app/themes/badegg/resources/views/blocks/article/index.jsx index 929738b6..7088d746 100644 --- a/web/app/themes/badegg/resources/views/blocks/article/index.jsx +++ b/web/app/themes/badegg/resources/views/blocks/article/index.jsx @@ -47,7 +47,7 @@ registerBlockType(metadata.name, { }, save({ attributes }) { const blockProps = useBlockProps.save(); - blockProps.className = sectionClassNames(attributes, blockProps.className, [ 'wysiwyg' ] ).join(' '); + blockProps.className = sectionClassNames(attributes, blockProps.className ).join(' '); return (