diff --git a/src/editor/widgets/tag/TagWidget.jsx b/src/editor/widgets/tag/TagWidget.jsx index ea49d0a..461cfa5 100644 --- a/src/editor/widgets/tag/TagWidget.jsx +++ b/src/editor/widgets/tag/TagWidget.jsx @@ -61,27 +61,25 @@ const TagWidget = props => { return (
-
- { tags.length > 0 && -
+ + + } + + )} + + } {!props.readOnly &&