+
{monitorName}
{/*
{monitor.tags.map((tag) => (
*/}
-
+ {showCurrentResponse && latestResponse && (
+
+
+ {latestResponse}
+
+
+ )}
+
+
-
- {showCurrentResponse && latestResponse && (
-
-
- {latestResponse}
-
-
- )}
);
});
diff --git a/src/client/components/monitor/StatusPage/EditForm.tsx b/src/client/components/monitor/StatusPage/EditForm.tsx
index 4db298f..265c233 100644
--- a/src/client/components/monitor/StatusPage/EditForm.tsx
+++ b/src/client/components/monitor/StatusPage/EditForm.tsx
@@ -227,6 +227,7 @@ export const MonitorStatusPageEditForm: React.FC