From e47106c1cbdf5fda00a52149285a092fce1d67d6 Mon Sep 17 00:00:00 2001 From: Leonabcd123 <156839416+Leonabcd123@users.noreply.github.com> Date: Tue, 16 Dec 2025 11:36:21 +0200 Subject: [PATCH] Convert show to hide --- frontend/src/ts/pages/loading.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }