fix(ocp page): changed to localhost for dev it was showing the card twice

This commit is contained in:
2025-04-15 07:06:50 -05:00
parent 50fcfb05ce
commit c79496eaac

View File

@@ -73,7 +73,7 @@ export default function OCPPage() {
<WrapperManualTrigger />
</ResizablePanel>
)}
{server[0].value === "usday1vms006" && (
{server[0].value === "localhost" && (
<ResizablePanel className="max-h-[300px]">
<WrapperManualTrigger />
</ResizablePanel>