Skip to content

Commit

Permalink
Update ReactNodeViewRenderer.tsx
Browse files Browse the repository at this point in the history
remove trailing spaces
  • Loading branch information
anton-liubushkin authored May 20, 2022
1 parent df4be86 commit 6598b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/ReactNodeViewRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class ReactNodeView extends NodeView<React.FunctionComponent, Editor, ReactNodeV
if (this.options.as) {
as = this.options.as
}

const { className = '' } = this.options

this.renderer = new ReactRenderer(ReactNodeViewProvider, {
Expand Down

0 comments on commit 6598b8e

Please sign in to comment.