comment out youtube badge on file page to fix mobile style
This commit is contained in:
parent
8e7604ec33
commit
8641a3ee1c
1 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@ import WaitUntilOnPage from 'component/common/wait-until-on-page';
|
|||
import RecommendedContent from 'component/recommendedContent';
|
||||
import CommentsList from 'component/commentsList';
|
||||
import CommentCreate from 'component/commentCreate';
|
||||
import YoutubeBadge from 'component/youtubeBadge';
|
||||
// import YoutubeBadge from 'component/youtubeBadge';
|
||||
|
||||
export const FILE_WRAPPER_CLASS = 'file-page__video-container';
|
||||
|
||||
|
@ -86,7 +86,7 @@ class FilePage extends React.Component<Props> {
|
|||
return (
|
||||
<React.Fragment>
|
||||
<ClaimUri uri={uri} />
|
||||
<YoutubeBadge channelClaimId={channelClaimId} includeSyncDate={false} />
|
||||
{/* <YoutubeBadge channelClaimId={channelClaimId} includeSyncDate={false} /> */}
|
||||
<div className={FILE_WRAPPER_CLASS}>
|
||||
<FileRenderInitiator uri={uri} />
|
||||
</div>
|
||||
|
@ -100,7 +100,7 @@ class FilePage extends React.Component<Props> {
|
|||
return (
|
||||
<React.Fragment>
|
||||
<ClaimUri uri={uri} />
|
||||
<YoutubeBadge channelClaimId={channelClaimId} includeSyncDate={false} />
|
||||
{/* <YoutubeBadge channelClaimId={channelClaimId} includeSyncDate={false} /> */}
|
||||
<FileTitle uri={uri} />
|
||||
<FileRenderDownload uri={uri} isFree={cost === 0} />
|
||||
</React.Fragment>
|
||||
|
@ -111,7 +111,7 @@ class FilePage extends React.Component<Props> {
|
|||
return (
|
||||
<React.Fragment>
|
||||
<ClaimUri uri={uri} />
|
||||
<YoutubeBadge channelClaimId={channelClaimId} includeSyncDate={false} />
|
||||
{/* <YoutubeBadge channelClaimId={channelClaimId} includeSyncDate={false} /> */}
|
||||
<FileTitle uri={uri} />
|
||||
<FileRenderInitiator uri={uri} />
|
||||
<FileRenderInline uri={uri} />
|
||||
|
@ -122,7 +122,7 @@ class FilePage extends React.Component<Props> {
|
|||
return (
|
||||
<React.Fragment>
|
||||
<ClaimUri uri={uri} />
|
||||
<YoutubeBadge channelClaimId={channelClaimId} includeSyncDate={false} />
|
||||
{/* <YoutubeBadge channelClaimId={channelClaimId} includeSyncDate={false} /> */}
|
||||
<FileRenderInitiator uri={uri} />
|
||||
<FileRenderInline uri={uri} />
|
||||
<FileTitle uri={uri} />
|
||||
|
|
Loading…
Reference in a new issue