From 018ee17304c9e859c0a7c56f7964dad85304a3cd Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 11 Sep 2026 16:38:19 -0400 Subject: [PATCH] Include erid new node --- src/components/PendingSitesTable.tsx | 3 ++- src/components/SitesTable.tsx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/PendingSitesTable.tsx b/src/components/PendingSitesTable.tsx index 9e0fa0ad8..0c9777c1a 100644 --- a/src/components/PendingSitesTable.tsx +++ b/src/components/PendingSitesTable.tsx @@ -402,7 +402,8 @@ export default function PendingSitesTable({ "saturn", "uranus", "neptune", - "pluto" + "pluto", + "erid" ].includes(originalRow.exitNodeName.toLowerCase()); if (isCloudNode) { diff --git a/src/components/SitesTable.tsx b/src/components/SitesTable.tsx index 189156345..9366fc048 100644 --- a/src/components/SitesTable.tsx +++ b/src/components/SitesTable.tsx @@ -469,7 +469,8 @@ export default function SitesTable({ "saturn", "uranus", "neptune", - "pluto" + "pluto", + "erid" ].includes(originalRow.exitNodeName.toLowerCase()); if (isCloudNode) {