hide youtube transfer on web

This commit is contained in:
Sean Yesmunt 2019-10-01 01:55:19 -04:00
parent 30a9aac04b
commit 0c8a273a7b
2 changed files with 4 additions and 0 deletions

View file

@ -108,7 +108,9 @@ function UserSignIn(props: Props) {
showUserVerification && <UserVerify />, showUserVerification && <UserVerify />,
showSyncPassword && <SyncPassword />, showSyncPassword && <SyncPassword />,
showChannelCreation && <UserFirstChannel />, showChannelCreation && <UserFirstChannel />,
// @if TARGET='app'
showYoutubeTransfer && <YoutubeTransferWelcome />, showYoutubeTransfer && <YoutubeTransferWelcome />,
// @endif
showLoadingSpinner && ( showLoadingSpinner && (
<div className="main--empty"> <div className="main--empty">
<Spinner /> <Spinner />

View file

@ -22,7 +22,9 @@ export default function ChannelsPage(props: Props) {
return ( return (
<Page> <Page>
{/* @if TARGET='app' */}
{hasYoutubeChannels && <YoutubeTransferStatus />} {hasYoutubeChannels && <YoutubeTransferStatus />}
{/* @endif */}
{channels && channels.length ? ( {channels && channels.length ? (
<div className="card"> <div className="card">