[Glitch] Add featured tags selector for WebUI
Port 4c7b5fb6c1
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@ -28,6 +28,7 @@ export default class Header extends ImmutablePureComponent {
|
||||
hideTabs: PropTypes.bool,
|
||||
domain: PropTypes.string.isRequired,
|
||||
hidden: PropTypes.bool,
|
||||
tagged: PropTypes.string,
|
||||
};
|
||||
|
||||
static contextTypes = {
|
||||
@ -103,7 +104,7 @@ export default class Header extends ImmutablePureComponent {
|
||||
}
|
||||
|
||||
render () {
|
||||
const { account, hidden, hideTabs } = this.props;
|
||||
const { account, hidden, hideTabs, tagged } = this.props;
|
||||
|
||||
if (account === null) {
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user