From 191b45fe7fc9046f7a05a2eab41ac63735191493 Mon Sep 17 00:00:00 2001 From: Daniel Shleifman Date: Mon, 31 May 2021 19:33:27 +0300 Subject: [PATCH] refactor --- web/src/components/DialogTorrentDetailsContent/index.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/components/DialogTorrentDetailsContent/index.jsx b/web/src/components/DialogTorrentDetailsContent/index.jsx index 27aeefb..58b461f 100644 --- a/web/src/components/DialogTorrentDetailsContent/index.jsx +++ b/web/src/components/DialogTorrentDetailsContent/index.jsx @@ -118,7 +118,7 @@ export default function DialogTorrentDetailsContent({ closeDialog, torrent }) { {...(isDetailedCacheView && { onBack: () => setIsDetailedCacheView(false) })} /> -
+
{isLoading ? (
@@ -251,7 +251,7 @@ export default function DialogTorrentDetailsContent({ closeDialog, torrent }) { - {/* + Torrent Content {!playableFileList?.length ? ( @@ -309,7 +309,7 @@ export default function DialogTorrentDetailsContent({ closeDialog, torrent }) { )} - */} + )}