code refactoring

This commit is contained in:
2023-10-20 19:20:00 +02:00
parent d100092f35
commit 9361d9ce29
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ const Downloads: React.FC = () => {
useEffect(() => {
if (active) {
setIsLoading(true)
setIsLoading(false)
}
}, [active?.length])