chore: only show sidebar once docs have loaded
This commit is contained in:
		@@ -91,7 +91,9 @@ export class DocPage extends React.Component<DocPageProps, DocPageState> {
 | 
				
			|||||||
                sourceUrl={sourceUrl}
 | 
					                sourceUrl={sourceUrl}
 | 
				
			||||||
            />
 | 
					            />
 | 
				
			||||||
        );
 | 
					        );
 | 
				
			||||||
        const sidebar = (
 | 
					        const sidebar = _.isUndefined(this.state.docAgnosticFormat) ? (
 | 
				
			||||||
 | 
					            <div />
 | 
				
			||||||
 | 
					        ) : (
 | 
				
			||||||
            <NestedSidebarMenu sidebarHeader={this._renderSidebarHeader()} sectionNameToLinks={sectionNameToLinks} />
 | 
					            <NestedSidebarMenu sidebarHeader={this._renderSidebarHeader()} sectionNameToLinks={sectionNameToLinks} />
 | 
				
			||||||
        );
 | 
					        );
 | 
				
			||||||
        return (
 | 
					        return (
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user