diff --git a/frontend/src/modules/dashboard/Dashboard.tsx b/frontend/src/modules/dashboard/Dashboard.tsx
index 7eaf024db3a247aac6ca03bded20bd0a3e2e3952..79f302b7e8d0895cc1df438df5cfc1edd45616de 100644
--- a/frontend/src/modules/dashboard/Dashboard.tsx
+++ b/frontend/src/modules/dashboard/Dashboard.tsx
@@ -46,10 +46,10 @@ export const Dashboard: React.FC = () => {
     );
 
   const updateTime: Date = new Date(sysInfo.sysInfo.lastUpdated);
-  // const hoursSinceUpdate = Math.floor((new Date().getTime() - updateTime.getTime()) / 3600000);
+  const hoursSinceUpdate = Math.floor((new Date().getTime() - updateTime.getTime()) / 3600000);
 
   // manual toggles to test alert bar
-  const hoursSinceUpdate = 21;
+  // const hoursSinceUpdate = 21;
 
   // const lastRelease = sysInfo.sysInfo.lastRelease;