Show the version

This commit is contained in:
Owen
2026-09-15 22:31:05 -04:00
parent 3cb41211ee
commit 8e042e6433
+2 -1
View File
@@ -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 <span>-</span>;
}
return (