- {file || isUpdate ? (
+
+ {hasContent ? (
- {file ? (
-
- ) : (
-
- )}
+
{ dragOver ? : null }
{ mouseOver ? (
@@ -133,13 +191,12 @@ class Dropzone extends React.Component {
message={fileExt === 'mp4' ? 'Drag & drop new thumbnail' : null}
/>
) : null }
+ {memeify}
) : (
dragOver ?
: (
-
+
)
)}
diff --git a/client/src/pages/HomePage/view.jsx b/client/src/pages/HomePage/view.jsx
index 808cc826..36b8a78e 100644
--- a/client/src/pages/HomePage/view.jsx
+++ b/client/src/pages/HomePage/view.jsx
@@ -3,8 +3,6 @@ import PageLayout from '@components/PageLayout';
import PublishTool from '@containers/PublishTool';
import ContentPageWrapper from '@pages/ContentPageWrapper';
-import Creatify from '@components/Creatify';
-
class HomePage extends React.Component {
componentWillUnmount () {
this.props.clearFile();
@@ -18,7 +16,6 @@ class HomePage extends React.Component {
pageTitle={'Speech'}
pageUri={''}
>
-
);