diff --git a/src/app/pages/Page.jsx b/src/app/pages/Page.jsx index 57f17ae2..37174da9 100644 --- a/src/app/pages/Page.jsx +++ b/src/app/pages/Page.jsx @@ -70,6 +70,13 @@ export default class Page extends React.Component { document.title = this.state.title || 'Coriolis'; } + /** + * Update the window title upon mount + */ + componentDidMount() { + document.title = this.state.title || 'Coriolis'; + } + /** * Updates the title upon change * @param {Object} newProps Incoming properties