From 2807ca66fda92dadaa22fccf2c484eb52b4347f2 Mon Sep 17 00:00:00 2001 From: Tin Geber <tin@greenhost.nl> Date: Fri, 2 Jun 2023 15:03:07 +0200 Subject: [PATCH] unused var --- .../modules/dashboard/components/UpdateAlert/UpdateAlert.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/modules/dashboard/components/UpdateAlert/UpdateAlert.tsx b/frontend/src/modules/dashboard/components/UpdateAlert/UpdateAlert.tsx index d2407196..9d05bcae 100644 --- a/frontend/src/modules/dashboard/components/UpdateAlert/UpdateAlert.tsx +++ b/frontend/src/modules/dashboard/components/UpdateAlert/UpdateAlert.tsx @@ -37,5 +37,5 @@ export const UpdateAlert = (sysInfo: SysInfoState) => { </div> ) : null; - return <>{updateAlert('imminent')}</>; + return <>{updateAlert(updateStatus)}</>; }; -- GitLab