mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
Further reduce code differences with upstream (#2509)
This commit is contained in:
@@ -48,7 +48,7 @@ class NavigationPanel extends Component {
|
||||
return match || location.pathname.startsWith('/public');
|
||||
};
|
||||
|
||||
render() {
|
||||
render () {
|
||||
const { intl, onOpenSettings } = this.props;
|
||||
const { signedIn, disabledAccountId } = this.context.identity;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user