mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-02-12 04:19:19 -06:00
changed the condition to show the certificate expiry box for http monitor type
This commit is contained in:
@@ -61,7 +61,7 @@ const UptimeStatusBoxes = ({
|
||||
</>
|
||||
}
|
||||
/>
|
||||
{MONITOR_TYPES.WEB.includes(monitor?.type) && (
|
||||
{monitor?.type === "http" && (
|
||||
<StatBox
|
||||
heading="certificate expiry"
|
||||
subHeading={
|
||||
|
||||
Reference in New Issue
Block a user