From e848675d634a08efe3aac4e02d98136c36b36bfc Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Fri, 28 Feb 2025 11:05:07 +0100 Subject: [PATCH] fix: page crash if new release check fails --- frontend/src/pages/admin/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/admin/index.tsx b/frontend/src/pages/admin/index.tsx index b34fa62..4c378b7 100644 --- a/frontend/src/pages/admin/index.tsx +++ b/frontend/src/pages/admin/index.tsx @@ -66,7 +66,7 @@ const Admin = () => { }, ]); } - }); + }).catch(); }, []); return (