Skip to content

Commit

Permalink
Gathered Date Line Doesn't Show on Master
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmandeville committed Jan 14, 2019
1 parent 248bedb commit 7fda792
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webui/client/client.org
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,9 @@ The Release is an Object structured like so:
{release.release }
<E2ETag e2eOnly={release.e2eOnly}/>
</h2>
{(release.release !== 'master') &&
<p className='ibm-plex-mono f6 mt0 pt0 pl2'>Data Gathered on { release.date}</p>
}
</div>
)

Expand Down
2 changes: 2 additions & 0 deletions webui/client/src/components/sunburst-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ const SunburstHeader = (props) => {
{release.release }
<E2ETag e2eOnly={release.e2eOnly}/>
</h2>
{(release.release !== 'master') &&
<p className='ibm-plex-mono f6 mt0 pt0 pl2'>Data Gathered on { release.date}</p>
}
</div>
)

Expand Down

0 comments on commit 7fda792

Please sign in to comment.