diff --git a/frontend/app/components/Header/HealthStatus/HealthWidget.tsx b/frontend/app/components/Header/HealthStatus/HealthWidget.tsx index 1e666ba97..1200d5c7c 100644 --- a/frontend/app/components/Header/HealthStatus/HealthWidget.tsx +++ b/frontend/app/components/Header/HealthStatus/HealthWidget.tsx @@ -71,8 +71,8 @@ function HealthWidget({
Captured in total
-
Sessions: {healthResponse.details?.numberOfEventCaptured.toLocaleString()}
-
Events: {healthResponse.details?.numberOfSessionsCaptured.toLocaleString()}
+
Sessions: {healthResponse.details?.numberOfSessionsCaptured.toLocaleString()}
+
Events: {healthResponse.details?.numberOfEventCaptured.toLocaleString()}
{!isError && !healthOk ? (