Show the cert status on the frontend

This commit is contained in:
Owen
2026-08-14 17:08:43 -04:00
parent 11daf4f927
commit 51c9507d08
5 changed files with 3 additions and 8 deletions
-1
View File
@@ -429,7 +429,6 @@ export default function PrivateResourcesTable({
const fullDomain = resourceRow.fullDomain;
const url = `${resourceRow.ssl ? "https" : "http"}://${fullDomain}`;
const did =
build !== "oss" &&
resourceRow.ssl &&
domainId != null &&
domainId !== "" &&