diff --git a/app/javascript/article-form/components/ArticleCoverImage.jsx b/app/javascript/article-form/components/ArticleCoverImage.jsx index 46419a67c..8caa0db7b 100644 --- a/app/javascript/article-form/components/ArticleCoverImage.jsx +++ b/app/javascript/article-form/components/ArticleCoverImage.jsx @@ -1,4 +1,4 @@ -import { h, Component } from 'preact'; +import { h, Component, Fragment } from 'preact'; import PropTypes from 'prop-types'; import { generateMainImage } from '../actions'; import { validateFileInputs } from '../../packs/validateFileInputs'; @@ -75,7 +75,7 @@ export class ArticleCoverImage extends Component { Uploading... ) : ( - <> + - + ); } }