[Glitch] Change featured hashtags to be displayed in navigation panel

Port aefa9253d6 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2022-10-19 11:30:59 +02:00
committed by Claire
parent 2cea6e5564
commit 7bb1b917b2
8 changed files with 147 additions and 64 deletions

View File

@ -28,7 +28,6 @@ export default class Header extends ImmutablePureComponent {
hideTabs: PropTypes.bool,
domain: PropTypes.string.isRequired,
hidden: PropTypes.bool,
tagged: PropTypes.string,
};
static contextTypes = {
@ -104,7 +103,7 @@ export default class Header extends ImmutablePureComponent {
}
render () {
const { account, hidden, hideTabs, tagged } = this.props;
const { account, hidden, hideTabs } = this.props;
if (account === null) {
return null;