diff --git a/frontend/src/ts/pages/loading.ts b/frontend/src/ts/pages/loading.ts index 78ec1929c..1bc238310 100644 --- a/frontend/src/ts/pages/loading.ts +++ b/frontend/src/ts/pages/loading.ts @@ -39,7 +39,7 @@ export function showError(): void { export async function showBar(): Promise { barEl?.show(); errorEl?.hide(); - spinnerEl?.show(); + spinnerEl?.hide(); textEl?.hide(); }