Merge pull request #710 from lbryio/master

cut staging from master - dropzone fix
This commit is contained in:
Travis Eden 2018-11-09 13:57:25 -05:00 committed by GitHub
commit 5c75482af2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ class Dropzone extends React.Component {
const { dragOver, mouseOver, dimPreview } = this.state;
const { file, thumbnail, fileError, isUpdate, sourceUrl, fileExt } = this.props;
return (
<div>
<div className="dropzone-wrapper">
{isUpdate && fileExt === 'mp4' ? (
<p>Video updates are currently disabled. This feature will be available soon. You can edit metadata.</p>
) : (