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 />,
showSyncPassword && <SyncPassword />,
showChannelCreation && <UserFirstChannel />,
// @if TARGET='app'
showYoutubeTransfer && <YoutubeTransferWelcome />,
// @endif
showLoadingSpinner && (
<div className="main--empty">
<Spinner />

View file

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