From 784efde3bccb5385e93f0dde4e90f3af8ccf0c9b Mon Sep 17 00:00:00 2001 From: Daniel Shleifman Date: Thu, 3 Jun 2021 18:47:11 +0300 Subject: [PATCH] StatusWidget added to main view --- web/src/components/DialogTorrentDetailsContent/index.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/components/DialogTorrentDetailsContent/index.jsx b/web/src/components/DialogTorrentDetailsContent/index.jsx index 4f6eb26..200ddfc 100644 --- a/web/src/components/DialogTorrentDetailsContent/index.jsx +++ b/web/src/components/DialogTorrentDetailsContent/index.jsx @@ -26,7 +26,7 @@ import { TorrentFilesSection, Divider, } from './style' -import { DownlodSpeedWidget, UploadSpeedWidget, PeersWidget, SizeWidget } from './widgets' +import { DownlodSpeedWidget, UploadSpeedWidget, PeersWidget, SizeWidget, StatusWidget } from './widgets' import TorrentFunctions from './TorrentFunctions' import { isFilePlayable } from './helpers' @@ -153,6 +153,7 @@ export default function DialogTorrentDetailsContent({ closeDialog, torrent }) { +