Skip to content

Commit ecfcd21

Browse files
author
Parth Shah
committed
fixes #488
1 parent 52baf18 commit ecfcd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/detail/containers/ProjectInfoContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class ProjectInfoContainer extends React.Component {
7272
} else {
7373
title = 'Duration'
7474
percent = 0
75-
text = 'Complete specification to get estimate'
75+
text = status === 'draft' ? 'Complete specification to get estimate' : 'Estimate not entered'
7676
}
7777
this.setState({duration: { title, text, percent, type }})
7878
}

0 commit comments

Comments
 (0)