fix another unique key issue
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user