fix channel tabs again

This commit is contained in:
zeppi 2021-06-11 07:19:49 -04:00 committed by jessopb
parent 6f523fe0d8
commit e8d352cc4c

View file

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