From e3e8d790616305233b6009b9bb3d9d1227567226 Mon Sep 17 00:00:00 2001 From: Barry Gitarts Date: Wed, 18 Sep 2019 08:46:25 -0400 Subject: [PATCH] fix paste url bug --- src/components/projects/CreateProject.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/projects/CreateProject.jsx b/src/components/projects/CreateProject.jsx index aaa12a9..f398d43 100644 --- a/src/components/projects/CreateProject.jsx +++ b/src/components/projects/CreateProject.jsx @@ -372,7 +372,7 @@ const SubmissionSection = ({ classes, history }) => { onBlur={handleBlur} value={values.media || ''} /> - {values.media && } + {Array.isArray(values.media) && } {status && status.showPreview &&