We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52baf18 commit ecfcd21Copy full SHA for ecfcd21
src/projects/detail/containers/ProjectInfoContainer.js
@@ -72,7 +72,7 @@ class ProjectInfoContainer extends React.Component {
72
} else {
73
title = 'Duration'
74
percent = 0
75
- text = 'Complete specification to get estimate'
+ text = status === 'draft' ? 'Complete specification to get estimate' : 'Estimate not entered'
76
}
77
this.setState({duration: { title, text, percent, type }})
78
0 commit comments