fix channel tabs again again

This commit is contained in:
zeppi 2021-06-11 14:17:44 -04:00
parent bf4b03a4ce
commit e3070044b8

View file

@ -318,14 +318,6 @@ function ChannelPage(props: Props) {
empty={<section className="main--empty">{__('No Reposts Found')}</section>}
/>
</TabPanel>
<TabPanel>
<ChannelContent
claimType={'repost'}
uri={uri}
channelIsBlackListed={channelIsBlackListed}
viewHiddenChannels
/>
</TabPanel>
<TabPanel>
<ChannelAbout uri={uri} />
</TabPanel>