From 982ef3ae97693224e5cc0ced0a802f9de48bd3e3 Mon Sep 17 00:00:00 2001 From: Mathias Rasmussen Date: Wed, 12 Dec 2018 04:31:36 +0100 Subject: [PATCH] fix another unique key issue --- src/renderer/pages/torrent-list-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/pages/torrent-list-page.js b/src/renderer/pages/torrent-list-page.js index 828a197c..f4106d34 100644 --- a/src/renderer/pages/torrent-list-page.js +++ b/src/renderer/pages/torrent-list-page.js @@ -393,7 +393,7 @@ function getErrorMessage (torrentSummary) { const err = torrentSummary.error if (err === 'path-missing') { return ( - + Path missing.
Fix and restart the app, or delete the torrent.