Fix ESLint (#6335)

(cherry picked from commit c3837c9f7b50534e3eafe1d9fbaf360fee4588b7)

Co-authored-by: Mark McDowall <mark@mcdowall.ca>
This commit is contained in:
Robin Dadswell 2021-05-19 23:36:50 +01:00 committed by GitHub
parent e67d3d3666
commit dadd59fc3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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>