Skip to content

Commit a0a43e5

Browse files
author
Parth Shah
committed
fixes #488
1 parent d7defa3 commit a0a43e5

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
@@ -36,7 +36,7 @@ class ProjectInfoContainer extends React.Component {
3636
let title = ''
3737
let text = ''
3838
let type = 'completed' // default
39-
if (duration) {
39+
if (duration && duration.plannedDuration) {
4040
const {actualDuration, plannedDuration} = duration
4141
if (status === 'draft') {
4242
title = 'Duration'

0 commit comments

Comments
 (0)