diff --git a/src/projects/detail/components/SpecQuestions.jsx b/src/projects/detail/components/SpecQuestions.jsx index 2b961d59f..4660eb152 100644 --- a/src/projects/detail/components/SpecQuestions.jsx +++ b/src/projects/detail/components/SpecQuestions.jsx @@ -333,7 +333,7 @@ class SpecQuestions extends React.Component { question: q, project: currentProjectData, template, - showPrice: true, + showPrice: !_.get(template, 'hidePrice'), theme: '', currentWizardStep, hideTitle: true