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) {