This commit is contained in:
Daniel Shleifman
2021-06-03 19:01:58 +03:00
parent 23bf6768ea
commit 166c2af5b4

View File

@@ -124,7 +124,7 @@ const TorrentCache = memo(
</Stage>
</DialogContent>
{dimensions.height >= miniCacheMaxHeight && <ScrollNotification>scroll down</ScrollNotification>}
{isMini && dimensions.height >= miniCacheMaxHeight && <ScrollNotification>scroll down</ScrollNotification>}
</div>
)}
</Measure>