Skip to content

Commit ace8c3c

Browse files
committed
Merge branch 'master' into hotfix/avatars-with-email-master
# Conflicts: # src/projects/create/components/FillProjectDetails.js
2 parents f7a249e + 9be92e9 commit ace8c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/create/components/FillProjectDetails.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class FillProjectDetails extends Component {
3737
}
3838

3939
render() {
40-
const { project, processing, submitBtnText, onBackClick, projectTemplates, dirtyProject, /* templates,*/ productTemplates } = this.props
40+
const { project, processing, submitBtnText, onBackClick, projectTemplates, dirtyProject, productTemplates } = this.props
4141
const projectTemplateId = _.get(project, 'templateId')
4242
const projectTemplate = _.find(projectTemplates, { id: projectTemplateId })
4343
const formDisclaimer = _.get(projectTemplate, 'scope.formDisclaimer')

0 commit comments

Comments
 (0)