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 5af07d112..900f7e32b 100644 --- a/src/components/SitesTable.tsx +++ b/src/components/SitesTable.tsx @@ -470,7 +470,8 @@ export default function SitesTable({ "saturn", "uranus", "neptune", - "pluto" + "pluto", + "erid" ].includes(originalRow.exitNodeName.toLowerCase()); if (isCloudNode) {