remove duplicate thumbnail message
This commit is contained in:
parent
75844ab064
commit
18a12622a2
1 changed files with 0 additions and 3 deletions
|
@ -298,9 +298,6 @@ class PublishForm extends React.PureComponent<Props> {
|
||||||
{uploadThumbnailStatus === THUMBNAIL_STATUSES.IN_PROGRESS
|
{uploadThumbnailStatus === THUMBNAIL_STATUSES.IN_PROGRESS
|
||||||
&& <div>{__('Please wait for thumbnail to finish uploading')}</div>}
|
&& <div>{__('Please wait for thumbnail to finish uploading')}</div>}
|
||||||
{!tosAccepted && <div>{__('You must agree to the terms of service')}</div>}
|
{!tosAccepted && <div>{__('You must agree to the terms of service')}</div>}
|
||||||
{uploadThumbnailStatus === THUMBNAIL_STATUSES.IN_PROGRESS && (
|
|
||||||
<div>{__('Please wait for thumbnail to finish uploading')}</div>
|
|
||||||
)}
|
|
||||||
{!!editingURI &&
|
{!!editingURI &&
|
||||||
!isStillEditing &&
|
!isStillEditing &&
|
||||||
!filePath && <div>{__('You need to reselect a file after changing the LBRY URL')}</div>}
|
!filePath && <div>{__('You need to reselect a file after changing the LBRY URL')}</div>}
|
||||||
|
|
Loading…
Add table
Reference in a new issue