hide youtube transfer on web
This commit is contained in:
parent
30a9aac04b
commit
0c8a273a7b
2 changed files with 4 additions and 0 deletions
|
@ -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 />
|
||||
|
|
|
@ -22,7 +22,9 @@ export default function ChannelsPage(props: Props) {
|
|||
|
||||
return (
|
||||
<Page>
|
||||
{/* @if TARGET='app' */}
|
||||
{hasYoutubeChannels && <YoutubeTransferStatus />}
|
||||
{/* @endif */}
|
||||
|
||||
{channels && channels.length ? (
|
||||
<div className="card">
|
||||
|
|
Loading…
Reference in a new issue