ci: fix code style linting errors

This commit is contained in:
philippkuehn 2021-04-04 19:44:43 +00:00 committed by GitHub Actions
parent bdb5d72495
commit cdb57b2e39

View File

@ -68,7 +68,7 @@ class ReactNodeView extends NodeView<React.FunctionComponent, Editor> {
props, props,
as: this.node.isInline as: this.node.isInline
? 'span' ? 'span'
: 'div' : 'div',
}) })
} }