diff --git a/frontend/src/components/production/ocp/OcpPage.tsx b/frontend/src/components/production/ocp/OcpPage.tsx index 3f2b69e..cdd4a45 100644 --- a/frontend/src/components/production/ocp/OcpPage.tsx +++ b/frontend/src/components/production/ocp/OcpPage.tsx @@ -68,12 +68,12 @@ export default function OCPPage() { direction="vertical" autoSaveId="ocpPage" > - {server[0].value === "usday1vms006" && ( + {server[0]?.value === "usday1vms006" && ( )} - {server[0].value === "localhost" && ( + {server[0]?.value === "localhost" && (