diff --git a/src/projects/detail/containers/DashboardContainer.jsx b/src/projects/detail/containers/DashboardContainer.jsx index 58330c6e6..c6661d9df 100644 --- a/src/projects/detail/containers/DashboardContainer.jsx +++ b/src/projects/detail/containers/DashboardContainer.jsx @@ -235,6 +235,7 @@ class DashboardContainer extends React.Component { question={estimationQuestion} template={template} project={project} + showPrice={!_.get(template, 'hidePrice')} theme="dashboard" /> }