From 42bfc66a01c0916a58bf0c0b0f87db6e9865381f Mon Sep 17 00:00:00 2001 From: Luminarys Date: Wed, 14 Mar 2018 12:44:38 -0700 Subject: [PATCH] Add validate button to torrents --- src/ui/torrent_details.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ui/torrent_details.js b/src/ui/torrent_details.js index 940e5d3..ec42cdf 100644 --- a/src/ui/torrent_details.js +++ b/src/ui/torrent_details.js @@ -220,6 +220,12 @@ class Torrent extends Component { +
Type
{torrent.private ? "Private" : "Public"}