Skip to content
Snippets Groups Projects
Commit 21d6ce11 authored by Ben Wheeler's avatar Ben Wheeler
Browse files

added comments

parent fcb6de39
Branches
Tags
No related merge requests found
......@@ -30,7 +30,9 @@ const TitledHOC = function (WrappedComponent) {
if (this.props.projectTitle !== prevProps.projectTitle) {
this.handleReceivedProjectTitle(this.props.projectTitle);
}
// if project is a new default project, and has loaded,
if (this.props.isShowingWithoutId && prevProps.isAnyCreatingNewState) {
// reset title to default
const defaultProjectTitle = this.handleReceivedProjectTitle();
this.props.onUpdateProjectTitle(defaultProjectTitle);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment