diff --git a/Client/src/Pages/Infrastructure/Details/index.jsx b/Client/src/Pages/Infrastructure/Details/index.jsx
index 8e566c664..f686fa9ff 100644
--- a/Client/src/Pages/Infrastructure/Details/index.jsx
+++ b/Client/src/Pages/Infrastructure/Details/index.jsx
@@ -51,22 +51,22 @@ const InfrastructureDetails = () => {
);
}
- // if (!isLoading && monitor?.stats?.checks?.length === 0) {
- // return (
- //
- //
- //
- //
- // No data found for this monitor
- //
- //
- // );
- // }
+ if (!isLoading && monitor?.stats?.checks?.length === 0) {
+ return (
+
+
+
+
+ No check history for htis monitor yet.
+
+
+ );
+ }
return (