Skip to content

Commit 48d397f

Browse files
committed
fix: refactor and re-sort components statuses
chore: remove console logs
1 parent c01ec8b commit 48d397f

File tree

7 files changed

+531
-348
lines changed

7 files changed

+531
-348
lines changed

src/components/Canary/HealthChecksSummary.tsx

Lines changed: 0 additions & 59 deletions
This file was deleted.

src/components/Incidents/IncidentCardSummary/index.tsx

Lines changed: 0 additions & 91 deletions
This file was deleted.

src/components/Topology/TopologyCard/Property.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export function PropertyDisplay({
1414
className = "",
1515
...props
1616
}: PropertyDisplayProps) {
17-
console.log("property display", property);
1817
const { name, icon, color } = property;
1918
const label =
2019
NodePodPropToLabelMap[name as keyof typeof NodePodPropToLabelMap] || name;

0 commit comments

Comments
 (0)