From 1de3050cdc06716ae4e84de7117d642d6d5a343f Mon Sep 17 00:00:00 2001 From: Daniel Shleifman Date: Wed, 16 Jun 2021 11:34:00 +0300 Subject: [PATCH] fixed title in short table --- web/src/components/DialogTorrentDetailsContent/Table/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/DialogTorrentDetailsContent/Table/index.jsx b/web/src/components/DialogTorrentDetailsContent/Table/index.jsx index 81e3ef0..0837622 100644 --- a/web/src/components/DialogTorrentDetailsContent/Table/index.jsx +++ b/web/src/components/DialogTorrentDetailsContent/Table/index.jsx @@ -93,7 +93,7 @@ const Table = memo( return ( (season === selectedSeason || !seasonAmount?.length) && ( -
{title}
+
{shouldDisplayFullFileName ? path : title}
{isViewed && (