1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

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

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>