From 80f5914fdd7a280bdb82ddec01527f0fc02f42b7 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Thu, 9 Apr 2026 16:14:46 -0400 Subject: [PATCH] add pluto --- src/components/PendingSitesTable.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/PendingSitesTable.tsx b/src/components/PendingSitesTable.tsx index 12abcf7c4..c65cb218e 100644 --- a/src/components/PendingSitesTable.tsx +++ b/src/components/PendingSitesTable.tsx @@ -333,7 +333,8 @@ export default function PendingSitesTable({ "jupiter", "saturn", "uranus", - "neptune" + "neptune", + "pluto" ].includes(originalRow.exitNodeName.toLowerCase()); if (isCloudNode) {