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
@@ -468,7 +468,6 @@ export default function PublicResourcesTable({
const domainId = resourceRow.domainId;
const certHostname = resourceRow.fullDomain;
const showHttpsCertIndicator =
build !== "oss" &&
resourceRow.ssl &&
certHostname != null &&
certHostname !== "";