From c79496eaac76f3423f2ac66b07d5f7783d41569b Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Tue, 15 Apr 2025 07:06:50 -0500 Subject: [PATCH] fix(ocp page): changed to localhost for dev it was showing the card twice --- frontend/src/components/production/ocp/OcpPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/production/ocp/OcpPage.tsx b/frontend/src/components/production/ocp/OcpPage.tsx index f20434e..3f2b69e 100644 --- a/frontend/src/components/production/ocp/OcpPage.tsx +++ b/frontend/src/components/production/ocp/OcpPage.tsx @@ -73,7 +73,7 @@ export default function OCPPage() { )} - {server[0].value === "usday1vms006" && ( + {server[0].value === "localhost" && (