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 d7defa3 commit a0a43e5Copy full SHA for a0a43e5
src/projects/detail/containers/ProjectInfoContainer.js
@@ -36,7 +36,7 @@ class ProjectInfoContainer extends React.Component {
36
let title = ''
37
let text = ''
38
let type = 'completed' // default
39
- if (duration) {
+ if (duration && duration.plannedDuration) {
40
const {actualDuration, plannedDuration} = duration
41
if (status === 'draft') {
42
title = 'Duration'
0 commit comments