Remove space

This commit is contained in:
Fabio Berger 2018-03-22 15:53:20 +00:00
parent 552b14b1fa
commit b39d87f357

View File

@ -69,7 +69,6 @@ export class DocPage extends React.Component<DocPageProps, DocPageState> {
public componentWillUnmount() { public componentWillUnmount() {
this._isUnmounted = true; this._isUnmounted = true;
} }
public render() { public render() {
const menuSubsectionsBySection = _.isUndefined(this.state.docAgnosticFormat) const menuSubsectionsBySection = _.isUndefined(this.state.docAgnosticFormat)
? {} ? {}