comment out youtube transfer
This commit is contained in:
parent
9cf32a2360
commit
2a82f19197
2 changed files with 12 additions and 6 deletions
|
@ -7,15 +7,15 @@ import Page from 'component/page';
|
|||
import UnsupportedOnWeb from 'component/common/unsupported-on-web';
|
||||
import UserEmail from 'component/userEmail';
|
||||
import InvitePage from 'page/invite';
|
||||
import YoutubeChannelList from 'component/youtubeChannelList';
|
||||
// import YoutubeChannelList from 'component/youtubeChannelList';
|
||||
|
||||
type Props = {
|
||||
ytChannels: Array<any>,
|
||||
// ytChannels: Array<any>,
|
||||
};
|
||||
|
||||
const AccountPage = (props: Props) => {
|
||||
const { ytChannels } = props;
|
||||
const hasYoutubeChannels = Boolean(ytChannels.length);
|
||||
// const { ytChannels } = props;
|
||||
// const hasYoutubeChannels = Boolean(ytChannels.length);
|
||||
return (
|
||||
<Page>
|
||||
{/* @if TARGET='web' */}
|
||||
|
@ -30,7 +30,7 @@ const AccountPage = (props: Props) => {
|
|||
<RewardTotal />
|
||||
</div>
|
||||
</div>
|
||||
{hasYoutubeChannels && <YoutubeChannelList />}
|
||||
{/* {hasYoutubeChannels && <YoutubeChannelList />} */}
|
||||
<InvitePage />
|
||||
</div>
|
||||
</Page>
|
||||
|
|
|
@ -643,5 +643,11 @@
|
|||
"Hide wallet balance in header": "Hide wallet balance in header",
|
||||
"Max Connections": "Max Connections",
|
||||
"For users with good bandwidth, try a higher value to improve streaming and download speeds. Low bandwidth users may benefit from a lower setting. Default is 4.": "For users with good bandwidth, try a higher value to improve streaming and download speeds. Low bandwidth users may benefit from a lower setting. Default is 4.",
|
||||
"This will clear the application cache. Your wallet will not be affected. Currently, followed tags and blocked channels will be cleared.": "This will clear the application cache. Your wallet will not be affected. Currently, followed tags and blocked channels will be cleared."
|
||||
"This will clear the application cache. Your wallet will not be affected. Currently, followed tags and blocked channels will be cleared.": "This will clear the application cache. Your wallet will not be affected. Currently, followed tags and blocked channels will be cleared.",
|
||||
"Youtube Name": "Youtube Name",
|
||||
"LBRY Name": "LBRY Name",
|
||||
"Sync Status": "Sync Status",
|
||||
"Transfer Status": "Transfer Status",
|
||||
"Claim Channels": "Claim Channels",
|
||||
"Not Transferable": "Not Transferable"
|
||||
}
|
Loading…
Add table
Reference in a new issue