@@ -216,7 +216,7 @@ module.exports = class TorrentList extends React.Component {
|
|||||||
} else { // torrentSummary.status is 'new' or something unexpected
|
} else { // torrentSummary.status is 'new' or something unexpected
|
||||||
status = ''
|
status = ''
|
||||||
}
|
}
|
||||||
return (<span>{status}</span>)
|
return (<span key='torrent-status'>{status}</span>)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user