Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Fix Highest Latency Card #84

@jonbeckman

Description

@jonbeckman

data.highestResponseTimeWebsiteId does not seem to be populated, ever

{data.highestResponseTimeWebsiteId ? (
  <>
    <IconLink className="h-4 w-4" />
    <a
      href={`/endpoint-monitors/${data.highestResponseTimeWebsiteId}`}
      className="hover:underline"
      title={`View endpoint monitor ${data.highestResponseTimeWebsiteId}`}
    >
      {data.highestResponseTimeWebsiteId}
    </a>
  </>
) : (
  <span>Last 24 hours</span>
)}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions