Handle TA offline

This commit is contained in:
n8detar 2022-04-21 09:03:36 -07:00
parent b300a74669
commit 0c0b58af71
1 changed files with 2 additions and 2 deletions

View File

@ -106,10 +106,10 @@ const Download: NextPage = () => {
<h1>Downloads</h1>
</div>
<div id="notifications">
{error &&
{error || !downloads?.data &&
<div className="error notification">
<h3>API Connection Error</h3>
<p>{error}</p>
<p></p>
</div>
}
{errorMessage &&