Skip to content

Commit ea720c9

Browse files
author
vikasrohit
authored
Merge pull request #3449 from appirio-tech/hotfix/hiding_pricing_estimator
[Prod] Hiding price estimate in ProjectEstimation component by template config
2 parents 1c5f0fd + 2cbd275 commit ea720c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/projects/detail/containers/DashboardContainer.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ class DashboardContainer extends React.Component {
235235
question={estimationQuestion}
236236
template={template}
237237
project={project}
238+
showPrice={!_.get(template, 'hidePrice')}
238239
theme="dashboard"
239240
/>
240241
}

0 commit comments

Comments
 (0)