diff --git a/frontend/src/components/Layout.jsx b/frontend/src/components/Layout.jsx index 87a7aea..bfa72f0 100644 --- a/frontend/src/components/Layout.jsx +++ b/frontend/src/components/Layout.jsx @@ -129,10 +129,12 @@ function DownloadIndicator() { ); } + const indicatorTarget = (activeDownloads.length || tasks.length) ? "/downloads" : "/discovery"; + return (