diff --git a/tubearchivist/www/src/pages/download.tsx b/tubearchivist/www/src/pages/download.tsx index 3e01aba..dd6307f 100755 --- a/tubearchivist/www/src/pages/download.tsx +++ b/tubearchivist/www/src/pages/download.tsx @@ -106,7 +106,7 @@ const Download: NextPage = () => {

Downloads

- {error || !downloads?.data && + {(error || !downloads?.data) && !isLoading &&

API Connection Error