Merge "Correctly handle noop on job page"

This commit is contained in:
Zuul 2020-01-23 20:59:18 +00:00 committed by Gerrit Code Review
commit 9ec0554fc0
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class JobVariant extends React.Component {
let label = key
let value = variant[key]
if (label === 'context') {
if (label === 'context' && value) {
value = (
<SourceContext
context={variant.source_context}