From 8e042e64333329b33a18532a993846939e7377bf Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 15 Sep 2026 22:31:05 -0400 Subject: [PATCH] Show the version --- src/components/SitesTable.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/SitesTable.tsx b/src/components/SitesTable.tsx index 31d2fae3b..61797f1ec 100644 --- a/src/components/SitesTable.tsx +++ b/src/components/SitesTable.tsx @@ -386,7 +386,8 @@ export default function SitesTable({ ); if (originalRow.type === "newt") { - if (!originalRow.agent) { + if (!originalRow.agent && !originalRow.newtVersion) { + // it has not checked in yet return -; } return (