From 2cbd275d367bd3222c75a1d49e74017e2784bda4 Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Wed, 18 Dec 2019 13:07:29 +0530 Subject: [PATCH] Hiding price estimate in ProjectEstimation component by template config --- src/projects/detail/containers/DashboardContainer.jsx | 1 + 1 file changed, 1 insertion(+) 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" /> }