diff --git a/src/ui/torrent_details.js b/src/ui/torrent_details.js index abc6514..95fbb1e 100644 --- a/src/ui/torrent_details.js +++ b/src/ui/torrent_details.js @@ -203,10 +203,17 @@ class TorrentDetails extends Component { return (
{selection.length > 1 ? this.renderHeader(selection) : null} - {selection.map(id => )} + {selection.length > 3 ? +

+ + ...{selection.length - 3} more hidden... + +

+ : null}
); }