fix channel tabs again
This commit is contained in:
parent
6f523fe0d8
commit
e8d352cc4c
1 changed files with 0 additions and 8 deletions
|
@ -290,14 +290,6 @@ function ChannelPage(props: Props) {
|
||||||
empty={__('No Reposts Found')}
|
empty={__('No Reposts Found')}
|
||||||
/>
|
/>
|
||||||
</TabPanel>
|
</TabPanel>
|
||||||
<TabPanel>
|
|
||||||
<ChannelContent
|
|
||||||
claimType={'repost'}
|
|
||||||
uri={uri}
|
|
||||||
channelIsBlackListed={channelIsBlackListed}
|
|
||||||
viewHiddenChannels
|
|
||||||
/>
|
|
||||||
</TabPanel>
|
|
||||||
<TabPanel>
|
<TabPanel>
|
||||||
<ChannelAbout uri={uri} />
|
<ChannelAbout uri={uri} />
|
||||||
</TabPanel>
|
</TabPanel>
|
||||||
|
|
Loading…
Add table
Reference in a new issue