fix channel tabs again again
This commit is contained in:
parent
04f88f7f10
commit
5bea88a82b
1 changed files with 0 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue