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>}
|
empty={<section className="main--empty">{__('No Reposts Found')}</section>}
|
||||||
/>
|
/>
|
||||||
</TabPanel>
|
</TabPanel>
|
||||||
<TabPanel>
|
|
||||||
<ChannelContent
|
|
||||||
claimType={'repost'}
|
|
||||||
uri={uri}
|
|
||||||
channelIsBlackListed={channelIsBlackListed}
|
|
||||||
viewHiddenChannels
|
|
||||||
/>
|
|
||||||
</TabPanel>
|
|
||||||
<TabPanel>
|
<TabPanel>
|
||||||
<ChannelAbout uri={uri} />
|
<ChannelAbout uri={uri} />
|
||||||
</TabPanel>
|
</TabPanel>
|
||||||
|
|
Loading…
Reference in a new issue