(cherry picked from commit c3837c9f7b50534e3eafe1d9fbaf360fee4588b7)

Co-authored-by: Mark McDowall <mark@mcdowall.ca>
pull/6346/head
Robin Dadswell 3 years ago committed by GitHub
parent e67d3d3666
commit dadd59fc3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -198,10 +198,11 @@ class QueuedTaskRow extends Component {
{commandName}
</span>
{
clientUserAgent &&
clientUserAgent ?
<span className={styles.userAgent} title={translate('TaskUserAgentTooltip')}>
{translate('from')}: {clientUserAgent}
</span>
</span> :
null
}
</TableRowCell>

Loading…
Cancel
Save