Further reduce code differences with upstream (#2509)

This commit is contained in:
Claire
2023-12-09 20:29:23 +01:00
committed by GitHub
parent 1ddf2012ee
commit a27abb4802
15 changed files with 102 additions and 109 deletions

View File

@@ -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;