Skip to content

Commit 1c5f0fd

Browse files
author
vikasrohit
authored
Merge pull request #3447 from appirio-tech/hotfix/hiding_pricing_estimator
[Prod] Hotfix/hiding pricing estimator
2 parents ec920c1 + 2505dba commit 1c5f0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/detail/components/SpecQuestions.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ class SpecQuestions extends React.Component {
333333
question: q,
334334
project: currentProjectData,
335335
template,
336-
showPrice: true,
336+
showPrice: !_.get(template, 'hidePrice'),
337337
theme: '',
338338
currentWizardStep,
339339
hideTitle: true

0 commit comments

Comments
 (0)