diff --git a/src/ui/torrent_details.js b/src/ui/torrent_details.js index 8c0f257..2bc7f71 100644 --- a/src/ui/torrent_details.js +++ b/src/ui/torrent_details.js @@ -34,9 +34,13 @@ function File({ file }) { return ( - - {file.path} - + { + file.progress == 1.0 + ? + {file.path} + + : file.path + } {file.priority} {file.availability}