fix another unique key issue

This commit is contained in:
Mathias Rasmussen
2018-12-12 04:31:36 +01:00
parent 6057751e99
commit 982ef3ae97

View File

@@ -393,7 +393,7 @@ function getErrorMessage (torrentSummary) {
const err = torrentSummary.error const err = torrentSummary.error
if (err === 'path-missing') { if (err === 'path-missing') {
return ( return (
<span> <span key='path-missing'>
Path missing.<br /> Path missing.<br />
Fix and restart the app, or delete the torrent. Fix and restart the app, or delete the torrent.
</span> </span>