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.
2 parents c41bc50 + bbe6e4c commit 9b3363cCopy full SHA for 9b3363c
src/projects/detail/containers/ProjectInfoContainer.js
@@ -434,7 +434,7 @@ class ProjectInfoContainer extends React.Component {
434
? _.find(projectTemplates, pt => pt.id === projectTemplateId)
435
: getProjectTemplateByKey(projectTemplates, projectTemplateKey)
436
437
- const isTaaS = PROJECT_CATEGORY_TAAS === projectTemplate.category
+ const isTaaS = projectTemplate && PROJECT_CATEGORY_TAAS === projectTemplate.category
438
let directLinks = null
439
if (hasPermission(PERMISSIONS.VIEW_PROJECT_SPECIAL_LINKS)) {
440
directLinks = []
0 commit comments