Update Document.js

This commit is contained in:
Tom Moor
2018-01-29 10:32:28 -08:00
committed by GitHub
parent cadf937f07
commit e54e4b0d22

View File

@@ -226,7 +226,7 @@ class DocumentScene extends Component {
}
return (
<Container column auto>
<Container key={this.props.location.pathname} column auto>
{isMoving && document && <DocumentMove document={document} />}
{titleText && <PageTitle title={titleText} />}
{(this.isLoading || this.isSaving) && <LoadingIndicator />}