hide footer on channel pages
This commit is contained in:
parent
9c70df72dc
commit
25984444ca
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ function ChannelPage(props: Props) {
|
|||
}, [channelIsMine, editing]);
|
||||
|
||||
return (
|
||||
<Page>
|
||||
<Page noFooter>
|
||||
<ClaimUri uri={uri} />
|
||||
|
||||
{lastYtSyncDate && (
|
||||
|
|
Loading…
Reference in a new issue