diff --git a/src/editor/Editor.jsx b/src/editor/Editor.jsx index fc33e94..37d846e 100644 --- a/src/editor/Editor.jsx +++ b/src/editor/Editor.jsx @@ -141,7 +141,7 @@ const Editor = props => { // Use default comment + tag widget unless host app overrides const widgets = props.config.widgets ? - props.widgets.map(getWidget) : DEFAULT_WIDGETS; + props.config.widgets.map(getWidget) : DEFAULT_WIDGETS; return (