Skip to content

Commit 83e03b2

Browse files
author
Vikas Agarwal
committed
Removed estimator for release
1 parent 8a49400 commit 83e03b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/create/components/FillProjectDetails.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class FillProjectDetails extends Component {
7171
submitBtnText={ submitBtnText }
7272
productTemplates={productTemplates}
7373
/>
74-
<ProjectEstimationSection project={dirtyProject} templates={templates} />
74+
{/* <ProjectEstimationSection project={dirtyProject} templates={templates} /> */}
7575
</div>
7676
{formDisclaimer && (
7777
<div className="left-area-footer">

0 commit comments

Comments
 (0)