From a2ae66fe76a048e8230fc8a7bf22118d16ec0121 Mon Sep 17 00:00:00 2001 From: Tola Leng Date: Thu, 19 Jun 2025 14:48:58 +0700 Subject: [PATCH] Fix: Display uptime history in service table --- application/src/components/services/ServiceRow.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/application/src/components/services/ServiceRow.tsx b/application/src/components/services/ServiceRow.tsx index fd9324c..a07dfaf 100644 --- a/application/src/components/services/ServiceRow.tsx +++ b/application/src/components/services/ServiceRow.tsx @@ -61,6 +61,7 @@ export const ServiceRow = ({ status={service.status} serviceId={service.id} interval={service.interval} + serviceType={service.type} />