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

Downloads

- {error && + {error || !downloads?.data &&

API Connection Error

-

{error}

+

} {errorMessage &&