From 166c2af5b4c8d4d405a422b3f3318c1d1aacc2ea Mon Sep 17 00:00:00 2001 From: Daniel Shleifman Date: Thu, 3 Jun 2021 19:01:58 +0300 Subject: [PATCH] fix --- web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx b/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx index 4d09b86..239e33a 100644 --- a/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx +++ b/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx @@ -124,7 +124,7 @@ const TorrentCache = memo( - {dimensions.height >= miniCacheMaxHeight && scroll down} + {isMini && dimensions.height >= miniCacheMaxHeight && scroll down} )}